jackye1995 commented on code in PR #7422:
URL: https://github.com/apache/iceberg/pull/7422#discussion_r1178596565
##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java:
##########
@@ -255,6 +255,22 @@ public Long endTimestamp() {
return
confParser.longConf().option(SparkReadOptions.END_TIMESTAMP).parseOptional();
}
+ public Integer maxFilesPerMicroBatch() {
Review Comment:
I see, after reading the linked PR, looks like we are using those int/long
min/max all the time. In that case it's probably fine to change them to unboxed
primitives since it's established pattern, and the value is always set. I
approved that PR.
--
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]