-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-10438: [C++][Dataset] Partitioning::Format on nulls #9323
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
Closed
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a4202a9
Merge/rebase
westonpace 53853b6
WIP commit
westonpace 570de2c
Added tests of vector_hash for inputs with nulls. Added ability to s…
westonpace 807c600
Prevent using dictionary columns as partition columns. It wouldn't w…
westonpace 353ea9d
Addressing PR comments
westonpace 68cf487
Taking out an extraneous using that I missed in the last commit
westonpace ae0b859
WIP
westonpace c941bae
Adding the null fallback logic to the python half
westonpace d502e05
WIP
westonpace 5b18c96
WIP
westonpace 613b286
WIP
westonpace 3f4ec25
Improved null handling in expression/partition a bit
westonpace 79dda1a
Added the python half of the new extract known values
westonpace de7be7b
Lint
westonpace cd00e59
Missed a test case
westonpace 4506853
Re-lint, it appears my IDE is using the wrong style file
westonpace 3ca5f34
Final lint pass. Turns out I was relying on black which was messing …
westonpace 982f68c
Added more tests, rounded out a few behaviors
westonpace 07eee3a
Added tests for SetDefaultValues to ensure it does the correct thing …
westonpace 8f1792d
Cleaned up logic for valid but not known case
westonpace 6f7ced5
Fixing compiler warning
westonpace 212c9bc
Python lint
westonpace 9ef4a71
Addressing PR comments
westonpace c54c55d
Update cpp/src/arrow/compute/kernels/vector_hash.cc
westonpace 9b0f8ee
Update cpp/src/arrow/compute/kernels/vector_hash.cc
westonpace ce53d4e
Update cpp/src/arrow/compute/kernels/vector_hash_test.cc
westonpace c2aa3ad
Update cpp/src/arrow/dataset/partition_test.cc
westonpace 7d5de82
Update python/pyarrow/_dataset.pyx
westonpace f1a6759
Added test case to probe what happens when inferring a partition colu…
westonpace dadbe8b
Use null scalars for known-null fields
bkietz d3bfe09
constexpr not supported in this context in all gcc versions due to gc…
westonpace f18c701
Missed one of the merge conflicts
westonpace 591021e
Putting in suggestion from Ben. It got lost on rebase / force-push
westonpace 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
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.