rdblue commented on code in PR #4704:
URL: https://github.com/apache/iceberg/pull/4704#discussion_r868754105


##########
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/SparkSQLProperties.java:
##########
@@ -43,4 +43,8 @@ private SparkSQLProperties() {
   // Controls whether to check the order of fields during writes
   public static final String CHECK_ORDERING = 
"spark.sql.iceberg.check-ordering";
   public static final boolean CHECK_ORDERING_DEFAULT = true;
+
+  // Control whether to parallel delete files when abort
+  public static final String DELETE_FILES_PARALLEL_WHEN_ABORT = 
"spark.sql.iceberg.delete-files-parallel-when-abort";

Review Comment:
   The name "delete-files-parallel-when-abort" is very long. How about 
"parallel-abort-enabled"?
   
   Does this even need to be an option? Why would anyone turn it off?



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