-
Notifications
You must be signed in to change notification settings - Fork 50
feat: support array output in remote_function
#1057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
82307b1
feat: support array output in `remote_function`
shobsi 8962270
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 5049db6
add multiindex test
shobsi bedb16c
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi f65e84f
move array type conversion to bigquery module, test multiindex
shobsi 8fd0dc9
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi b785bd5
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi eb555b4
add `bigframes.bigquery.json_extract_string_array`, support int and s…
shobsi 5c48d31
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 5607974
increase cleanup rate
shobsi 1987bac
update input and output types doc
shobsi 440cff0
support array output in DataFrame.apply
shobsi 0f86c52
support read_gbq_function on a remote function created for array output
shobsi bb0d777
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi ea667fd
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 7e746d2
fix the json_set after variable renaming
shobsi 18cbea1
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi b8c53d5
add tests for output_type in read_gbq_function
shobsi 285bc93
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 5725e8f
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 2485aa3
temporarily exclude system 3.9 tests and include 3.10 and 3.11
shobsi f4b2f15
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 1f4ad12
Revert "temporarily exclude system 3.9 tests and include 3.10 and 3.11"
shobsi fe010cb
add more info in the unexpected exception
shobsi 86fe316
more debug info
shobsi 00a7194
use unique routine name across tests
shobsi 75b02c4
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 1baf7af
Revert "more debug info"
shobsi fda3d26
Revert "add more info in the unexpected exception"
shobsi 8621a5d
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 5a910d2
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 32f4f97
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi a4d70e5
support array output in binary remote function operations
shobsi b03e2cd
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi c02d758
support array output in nary remote function operations
shobsi c375dfd
preserve array output type in function description to avoid explit ou…
shobsi b539134
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 4d925a5
fix one failing read_gbq_function test
shobsi 5244593
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 18e6ddc
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 3a6b10d
make test parameterization order deterministic
shobsi 2f7a91b
fix sorting of types for mypy
shobsi 5f23aa2
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 41b4dfc
remove test parameterization with sorting inside
shobsi 18d08d1
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi d65a1e3
include partial ordering mode testing for read_gbq_function
shobsi 3b894a8
add remote function array out test in partial ordering mode
shobsi 3ec74d4
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 1dfce56
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 28e94aa
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 7beceb3
avoid repr-eval for output type serialization/deserialization
shobsi d4dca60
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi 84f1aa7
remove unsupported scenarios system tests, use common exception for u…
shobsi bd9248d
Merge remote-tracking branch 'refs/remotes/github/main' into shobs-rf…
shobsi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we actually handle any array-like dtype?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Um, in this PR we are looking to support types like
list[int]
on the output side? Or I didn't get you?