alkis commented on code in PR #242:
URL: https://github.com/apache/parquet-format/pull/242#discussion_r1629568907
##########
src/main/thrift/parquet.thrift:
##########
@@ -885,6 +971,44 @@ struct ColumnChunk {
9: optional binary encrypted_column_metadata
}
+struct ColumnChunkV3 {
+ /** File where column data is stored. **/
+ 1: optional string file_path
Review Comment:
@adamreeve / @AudriusButkevicius do I understand correctly that you have a
dataset with N parquet files and in your schema you have a `_metadata` column
which contains metadata for all N files. Each of the files says data for
`_metadata` column is this other file over here (`file_path`) so while
logically each file has information for all other files, the data exists only
in single file containing the metadata for the whole dataset.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]