aokolnychyi opened a new pull request, #15281: URL: https://github.com/apache/iceberg/pull/15281
This PR contains a subset of changes for #15240 that moves around some scan objects. A few notable changes: - Standardize on `description()` that is actually used in Spark plans. No need for almost identical unused `toString()`. - No need to include the schema as it is already supplied by Spark. [See](https://github.com/apache/spark/blob/3cf6e6b1020ec8a1462fdc036c3b5f7f7a6cc50e/sql/catalyst/src/main/java/org/apache/spark/sql/connector/read/Scan.java#L63) Javadoc. - No need to include useless info like case sensitivity. -- 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]
