ggershinsky commented on code in PR #250:
URL: https://github.com/apache/parquet-format/pull/250#discussion_r1620156814
##########
src/main/thrift/parquet.thrift:
##########
@@ -881,15 +926,47 @@ struct ColumnChunk {
/** Crypto metadata of encrypted columns **/
8: optional ColumnCryptoMetaData crypto_metadata
Review Comment:
this field should be moved (or copied for backward compatibility) to a
per-column struct that applies to all row groups / chunks. If we have such a
struct.
--
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]