gszadovszky commented on a change in pull request #869:
URL: https://github.com/apache/parquet-mr/pull/869#discussion_r576649370
##########
File path:
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/ColumnChunkMetaData.java
##########
@@ -157,14 +157,14 @@ public static ColumnChunkMetaData get(
totalUncompressedSize);
}
}
-
+
// In sensitive columns, the ColumnMetaData structure is encrypted (with
column-specific keys), making the fields like Statistics invisible.
// Decryption is not performed pro-actively, due to performance and
authorization reasons.
// This method creates an a shell ColumnChunkMetaData object that keeps the
encrypted metadata and the decryption tools.
// These tools will activated later - when/if the column is projected.
- public static ColumnChunkMetaData
getWithEncryptedMetadata(ParquetMetadataConverter parquetMetadataConverter,
ColumnPath path,
+ public static ColumnChunkMetaData
getWithEncryptedMetadata(ParquetMetadataConverter parquetMetadataConverter,
ColumnPath path,
Review comment:
Oh, haven't noticed. Probably some IDE configs made these changes. I'll
undo them.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]