aokolnychyi opened a new pull request, #15364:
URL: https://github.com/apache/iceberg/pull/15364

   This PR removes unnecessary stats reporting from our scan builders in Spark 
4.1. 
   
   In general, `SupportsReportStatistics` is defined on `Scan`, not 
`ScanBuilder`. However, early versions of Spark had a bug that checked stats on 
the builder. That bug was fixed in 2022 and is no longer an issue 
([SPARK-38962](https://issues.apache.org/jira/browse/SPARK-38962)).


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

Reply via email to