rdblue commented on code in PR #5539:
URL: https://github.com/apache/iceberg/pull/5539#discussion_r950386181
##########
core/src/main/java/org/apache/iceberg/hadoop/HadoopTables.java:
##########
@@ -203,13 +204,31 @@ public boolean dropTable(String location, boolean purge) {
}
}
+ private Map<String, String> encryptionConfigFromConf() {
Review Comment:
I don't think this should update `HadoopTables`. New features should not be
added to that interface.
--
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]