RussellSpitzer commented on a change in pull request #3973:
URL: https://github.com/apache/iceberg/pull/3973#discussion_r793708213
##########
File path:
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/procedures/AddFilesProcedure.java
##########
@@ -60,7 +60,8 @@
ProcedureParameter.required("table", DataTypes.StringType),
ProcedureParameter.required("source_table", DataTypes.StringType),
ProcedureParameter.optional("partition_filter", STRING_MAP),
- ProcedureParameter.optional("check_duplicate_files",
DataTypes.BooleanType)
+ ProcedureParameter.optional("check_duplicate_files",
DataTypes.BooleanType),
+ ProcedureParameter.optional("list_partition_parallelism",
DataTypes.IntegerType)
Review comment:
I would consider "max_concurrent_read_datafiles" before list partition,
since list partition doesn't really mean anything. I think reads may be fine
but read_datafiles is probably also ok.
--
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]