kbendick commented on a change in pull request #2965:
URL: https://github.com/apache/iceberg/pull/2965#discussion_r688357799



##########
File path: core/src/test/java/org/apache/iceberg/TestLocationProvider.java
##########
@@ -114,7 +114,7 @@ public void testDefaultLocationProvider() {
   @Test
   public void testDefaultLocationProviderWithCustomDataLocation() {
     this.table.updateProperties()
-        .set(TableProperties.WRITE_NEW_DATA_LOCATION, "new_location")
+        .set(TableProperties.WRITE_FOLDER_STORAGE_LOCATION, "new_location")

Review comment:
       Does it make sense to leave a test for the deprecated config value?
   
   I’d love to even log something if a user sets it, but that can be considered 
later (if at all).




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