nastra opened a new pull request, #15184: URL: https://github.com/apache/iceberg/pull/15184
Previously we introduced the `RequiresRemoteScanPlanning` marker interface for Spark to properly detect whether a table requires to be remote planned and thus skip all of the distributed planning in `SparkDistributedDataScan`. After talking to a few folks, it's probably better to move this decision out of Spark and into Core, hence I've renamed the marker interface to `SupportsDistributedScanPlanning`. By default, tables support distributed planning, which is then only overridden for `RESTTable` -- 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]
