-
Notifications
You must be signed in to change notification settings - Fork 265
feat: add support for array_contains expression #1163
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 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
eaa6cf6
feat: add support for array_contains expression
dharanad edcc168
test: add unit test for array_contains function
dharanad feaa492
Removes unnecessary case expression for handling null values
dharanad 210f380
chore: Move more expressions from core crate to spark-expr crate (#1152)
andygrove 47d2431
remove dead code (#1155)
andygrove ef1131d
fix: Spark 4.0-preview1 SPARK-47120 (#1156)
kazuyukitanimura 6587964
chore: Move string kernels and expressions to spark-expr crate (#1164)
andygrove c6aa6be
chore: Move remaining expressions to spark-expr crate + some minor re…
andygrove 6feefbd
chore: Add ignored tests for reading complex types from Parquet (#1167)
andygrove 9d446cd
feat: Add Spark-compatible implementation of SchemaAdapterFactory (#1…
andygrove 8d7d005
fix: Document enabling comet explain plan usage in Spark (4.0) (#1176)
parthchandra d464ba5
test: enabling Spark tests with offHeap requirement (#1177)
kazuyukitanimura baa1109
feat: Improve shuffle metrics (second attempt) (#1175)
andygrove 698cd1f
fix: stddev_pop should not directly return 0.0 when count is 1.0 (#1184)
viirya 6a74832
feat: Make native shuffle compression configurable and respect `spark…
andygrove 62e8cdd
minor: move shuffle classes from common to spark (#1193)
andygrove 8ee39df
minor: refactor decodeBatches to make private in broadcast exchange (…
andygrove 8891549
minor: refactor prepare_output so that it does not require an Executi…
andygrove d7f5545
fix: fix missing explanation for then branch in case when (#1200)
rluvaton 2dc6d3f
minor: remove unused source files (#1202)
andygrove 02f817c
chore: Upgrade to DataFusion 44.0.0-rc2 (#1154)
andygrove d2da499
Merge branch 'main' into support-array_contains
dharanad 624f5ce
update UT
dharanad 7655b9d
fix typo in UT
dharanad 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
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.
Uh oh!
There was an error while loading. Please reload this page.