emkornfield commented on code in PR #248:
URL: https://github.com/apache/parquet-format/pull/248#discussion_r1618916332
##########
src/main/thrift/parquet.thrift:
##########
@@ -833,6 +832,9 @@ struct ColumnMetaData {
* filter pushdown.
*/
16: optional SizeStatistics size_statistics;
+
+ /* The index into FileMetadata.schema (list<SchemaElement>) for this column
*/
+ 17: optional i32 schema_index;
Review Comment:
Just to be clear this would be a future optimization to drop columns that
are completely null?
--
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]