RustedBones commented on code in PR #1349:
URL: https://github.com/apache/parquet-mr/pull/1349#discussion_r1601334739


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/FileMetaData.java:
##########
@@ -109,6 +110,7 @@ public String getCreatedBy() {
     return createdBy;
   }
 
+  @JsonIgnore
   public InternalFileDecryptor getFileDecryptor() {
     return fileDecryptor;
   }

Review Comment:
   When logging the file metadata, we probably want to skip this
   ```json
     "fileDecryptor" : {
       "fileAAD" : null,
       "decryptionProperties" : {
         "footerKey" : "AQIDBAUGBwgJCgsMDQ4PEA==",
         "keyRetriever" : null,
         "aadprefix" : 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]

Reply via email to