RussellSpitzer commented on a change in pull request #3973:
URL: https://github.com/apache/iceberg/pull/3973#discussion_r810401269
##########
File path: api/src/main/java/org/apache/iceberg/actions/MigrateTable.java
##########
@@ -44,6 +44,12 @@
*/
MigrateTable tableProperty(String name, String value);
+ /**
+ * @param numReaders the number of concurrent file read operations to use
per partition
+ * @return this for method chaining
+ **/
+ MigrateTable withParallelReads(int numReaders);
Review comment:
Same as with SnapshotTable, default to unsupported so we can review just
3.2. Then merge the other modules in a followup.
--
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]