jackye1995 commented on a change in pull request #4402:
URL: https://github.com/apache/iceberg/pull/4402#discussion_r837100561



##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
##########
@@ -388,6 +429,8 @@ public AwsProperties(Map<String, String> properties) {
     this.glueLakeFormationEnabled = PropertyUtil.propertyAsBoolean(properties,
         GLUE_LAKEFORMATION_ENABLED,
         GLUE_LAKEFORMATION_ENABLED_DEFAULT);
+    this.tableName = properties.get(LAKE_FORMATION_TABLE_NAME);

Review comment:
       we should not get the table and namespace name here, this should be 
retrieved from the input `tableIdentifier` when creating `newTableOps`, 
otherwise it's always going to be null. LF also injects table level configs at 
that place.




-- 
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