GH-563: Make ColumnMetaData.path_in_schema optional#564
Open
etseidl wants to merge 2 commits intoapache:masterfrom
Open
GH-563: Make ColumnMetaData.path_in_schema optional#564etseidl wants to merge 2 commits intoapache:masterfrom
ColumnMetaData.path_in_schema optional#564etseidl wants to merge 2 commits intoapache:masterfrom
Conversation
Contributor
Author
|
I hope to have a Java PoC available soon. |
Contributor
Author
|
Java PoC apache/parquet-java#3470 I've so far confirmed that parquet-cli cat from the Java PoC can read a file lacking |
Contributor
|
I think it is a great idea -- though before merging this I think we should do a formal approval on the mailing list |
Contributor
Author
For sure! 👍 I just wanted to put up a concrete proposal to drive the discussion. Also, FWIW, I've started on an arrow-cpp PoC. We'll see how far I get 😅 |
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Contributor
Author
|
C++ PoC apache/arrow#49707 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rationale for this change
path_in_schemaoptional #563.What changes are included in this PR?
Change
path_in_schemato optional.Do these changes have PoC implementations?
Yes.
path_in_schemaoptional arrow-rs#9678path_in_schemaoptional parquet-java#3470path_in_schemaoptional arrow#49707Closes #563