singhpk234 commented on code in PR #4704:
URL: https://github.com/apache/iceberg/pull/4704#discussion_r867297858
##########
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
Review Comment:
[nit]
```suggestion
// Controls whether to parallel delete files when abort
```
--
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]