szehon-ho commented on a change in pull request #4169:
URL: https://github.com/apache/iceberg/pull/4169#discussion_r810802100
##########
File path:
spark/v3.2/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/OptimizeMetadataOnlyDeleteFromTable.scala
##########
@@ -19,6 +19,7 @@
package org.apache.spark.sql.execution.datasources.v2
+import org.apache.spark.internal.Logging
Review comment:
Done.
Interestingly, turns out this object was actually extending 'logging' trait
transitively and so already had 'log' variable in scope. Named the SLF4J
logger used here as 'logger'.
--
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]