kingeasternsun commented on code in PR #6624:
URL: https://github.com/apache/iceberg/pull/6624#discussion_r1224007730
##########
api/src/main/java/org/apache/iceberg/actions/MigrateTable.java:
##########
@@ -50,6 +50,15 @@ default MigrateTable dropBackup() {
throw new UnsupportedOperationException("Dropping a backup is not
supported");
}
+ /**
+ * @param numReaders the number of concurrent file read operations to use
per partition
+ * @return this for method chaining
+ */
+ default MigrateTable withParallelReads(int numReaders) {
Review Comment:
Thank very much for your reviews @jackye1995 , but for some reason I am not
quite able to continue updating this MR In time, So I agree with your
suggestion that “open a new PR” . Best wishes.
--
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]