szehon-ho opened a new pull request #4169: URL: https://github.com/apache/iceberg/pull/4169
It's not easy for users to know whether they are writing deletes that can be performed with just metadata, so adding this log line. Example output from a unit test: ``` org.apache.spark.sql.execution.datasources.v2.OptimizeMetadataOnlyDeleteFromTable - Optimizing delete expression: IsNull(dep) as metadata delete ``` -- 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]
