aokolnychyi commented on a change in pull request #4469:
URL: https://github.com/apache/iceberg/pull/4469#discussion_r840971045



##########
File path: 
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/actions/BaseDeleteOrphanFilesSparkAction.java
##########
@@ -114,7 +112,7 @@ public BaseDeleteOrphanFilesSparkAction(SparkSession spark, 
Table table) {
 
     ValidationException.check(
         PropertyUtil.propertyAsBoolean(table.properties(), GC_ENABLED, 
GC_ENABLED_DEFAULT),
-        "Cannot remove orphan files: GC is disabled (deleting files may 
corrupt other tables)");
+        "Cannot delete orphan files: GC is disabled (deleting files may 
corrupt other tables)");

Review comment:
       I renamed the action a while ago but missed some places.




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