aokolnychyi commented on a change in pull request #3292:
URL: https://github.com/apache/iceberg/pull/3292#discussion_r742529864
##########
File path:
spark/v3.0/spark/src/main/java/org/apache/iceberg/spark/source/SparkFilesScan.java
##########
@@ -37,7 +37,8 @@
class SparkFilesScan extends SparkBatchScan {
private final String taskSetID;
- private final long splitSize;
+ private final Long readSplitSize;
Review comment:
nit: why use boxed values if methods actually return primitives?
--
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]