-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-16302: [C++] Null values in partitioning field for FilenamePartitioning #12977
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
24 commits
Select commit
Hold shift + click to select a range
2c3cfb0
fix: use StripPrefix() for FilenamePartitioning
sanjibansg ba752aa
test: roundtrip test for partitioning
sanjibansg d666ce9
feat: modify Parse() to accept both directory and filename prefix
sanjibansg 8da2d5e
feat: ARROW_EXPORT PartitionPathFormat
sanjibansg ab1e387
fix: remove shadowed variable fixed_path
sanjibansg 52ec5ee
feat: use PartitionPathFormat as argument to Parse methods
sanjibansg ecaffb7
test: Parse tests to use PartitionPathArgument object
sanjibansg 9d277cd
feat: modify Parse() method in PyArrow to use PartitionPathFormat
sanjibansg 6d8c4f2
docs: update docstring of StripPrefixAndFilename
sanjibansg 6876f21
refactor: rename prefix to filename in PartitionPathFormat
sanjibansg ec93579
feat: Inspect() methods to use PartitionPathFormat
sanjibansg 83ea5fd
fix: use PartitionPathFormat in dataset___PartitioningFactory__Inspec…
sanjibansg 5b5cf95
fix: using PartitionPathFormat in arrowExports for R
sanjibansg c526065
fix: creating PartitionPathFormat object only in dataset___Partitioni…
sanjibansg c7d1136
fix: Remove R implementation, instead put check in InspectSchemas
sanjibansg 267ac94
fix: GetOrInferSchema() to have PartitionPathFormat in argument
sanjibansg 084fd96
refactor: remove including partition.h in r/src/arrow_types.h
sanjibansg 6133121
fix: cpp lint
sanjibansg 14b2711
feat: Parse() method to take the complete path
sanjibansg a524acc
feat: [Python] Parse method to take the entire path
sanjibansg e08b2e5
fix: python test changes for new parse method signature
sanjibansg 1a61b0c
fix: cpp & python lint
sanjibansg 2ae2ea3
fix: modify tests to have correct parse strings
sanjibansg 718c924
fix: processing segments in ParseKeys method of FunctionPartitioning
sanjibansg 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
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.