szehon-ho commented on code in PR #17703: URL: https://github.com/apache/iceberg/pull/17703#discussion_r3799377744
########## spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/SparkTableUtil.java: ########## @@ -101,7 +101,6 @@ import org.apache.spark.sql.catalyst.catalog.SessionCatalog; import org.apache.spark.sql.catalyst.expressions.Expression; Review Comment: After removing `getPartitionsByFilter`, `resolveAttrs` is unused (along with these expression/plan imports). Same in the 4.1 copy — please drop them too. -- 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]
