ggershinsky commented on code in PR #13225:
URL: https://github.com/apache/iceberg/pull/13225#discussion_r2468609934
##########
core/src/main/java/org/apache/iceberg/rest/RESTTableOperations.java:
##########
@@ -305,6 +418,8 @@ public LocationProvider locationProvider() {
@Override
public FileIO io() {
+ // TODO(smaheshwar-pltr): Hive fetches encryption props here from
uncommitted metadata
+ //
RESTTableOperations.this.encryptionPropsFromMetadata(uncommittedMetadata);
Review Comment:
Well, as long as the CTAS test is passing ok.. Encryption properties are
delivered somewhat differently in this catalog.
--
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]