snazy commented on code in PR #202:
URL: https://github.com/apache/polaris/pull/202#discussion_r1730269850


##########
polaris-service/src/main/java/io/polaris/service/catalog/PolarisCatalogHandlerWrapper.java:
##########
@@ -578,7 +578,7 @@ public LoadTableResponse 
createTableDirectWithWriteDelegation(
                   .withLocation(request.location())
                   .withPartitionSpec(request.spec())
                   .withSortOrder(request.writeOrder())
-                  .withProperties(request.properties())
+                  .withProperties(properties)

Review Comment:
   Looks like this change doesn't fit into the description/title of this PR. 
Mind moving this change to a separate PR?



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

Reply via email to