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