anuragmantri commented on code in PR #6588: URL: https://github.com/apache/iceberg/pull/6588#discussion_r1070395384
########## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkSQLProperties.java: ########## @@ -47,4 +47,8 @@ private SparkSQLProperties() {} public static final String PRESERVE_DATA_GROUPING = "spark.sql.iceberg.planning.preserve-data-grouping"; public static final boolean PRESERVE_DATA_GROUPING_DEFAULT = false; + + // Controls how many physical file deletes to execute in parallel when not otherwise specified + public static final String DELETE_PARALLELISM = "driver-delete-default-parallelism"; Review Comment: Should we change this to `spark.sql.iceberg.driver-delete-default-parallelism` to be consistent with the rest of the properties in this file? -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org