rdblue commented on a change in pull request #828:
URL: https://github.com/apache/iceberg/pull/828#discussion_r434867495



##########
File path: spark/src/main/java/org/apache/iceberg/spark/source/Reader.java
##########
@@ -249,6 +290,34 @@ public Statistics estimateStatistics() {
     return new Stats(sizeInBytes, numRows);
   }
 
+  @Override
+  public boolean enableBatchRead() {
+    return lazyCheckEnableBatchRead();

Review comment:
       All this method does is call another method. Do we need both or can we 
move the body of `lazyCheckEnableBatchRead` here?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to