rajarshisarkar commented on a change in pull request #4248:
URL: https://github.com/apache/iceberg/pull/4248#discussion_r816711267
##########
File path:
aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java
##########
@@ -70,6 +73,12 @@
.orNoop()
.build();
+ // Attempt to set additionalLocations if available on the given AWS SDK
version
+ private static final DynMethods.UnboundMethod ADDITIONAL_LOCATIONS =
DynMethods.builder("additionalLocations")
+
.hiddenImpl("software.amazon.awssdk.services.glue.model.UpdateTableRequest$Builder",
List.class)
Review comment:
In that case, we set the storage description only in
`IcebergToGlueConverter` class.
--
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]