RussellSpitzer commented on code in PR #6624: URL: https://github.com/apache/iceberg/pull/6624#discussion_r1143822056
########## spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/actions/SnapshotTableSparkAction.java: ########## @@ -54,6 +55,8 @@ public class SnapshotTableSparkAction extends BaseTableCreationSparkAction<Snaps private StagingTableCatalog destCatalog; private Identifier destTableIdent; private String destTableLocation = null; + // Max number of concurrent files to read per partition while indexing table + private int readDatafileParallelism = 1; Review Comment: Same comment on default parallelism -- 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]
