RussellSpitzer commented on a change in pull request #3973:
URL: https://github.com/apache/iceberg/pull/3973#discussion_r810401119
##########
File path: api/src/main/java/org/apache/iceberg/actions/SnapshotTable.java
##########
@@ -60,6 +60,12 @@
*/
SnapshotTable tableProperty(String key, String value);
+ /**
+ * @param numReaders the number of concurrent file read operations to use
per partition
+ * @return this for method chaining
+ **/
+ SnapshotTable withParallelReads(int numReaders);
Review comment:
Not a big deal, but I would consider defaulting this to unsupported so
that we can review just one set of changes in the 3.2 module. I would recommend
that and then doing the other modules as a follow up.
--
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]