You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/10 14:05:29 UTC

[GitHub] [iceberg] ConeyLiu commented on a diff in pull request #4704: Spark: Support parallel delete files when abort

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


##########
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:
   @rdblue I remove the option. Previously I want to have the ability to keep the behavior as before.



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org