Zouxxyy commented on code in PR #1756:
URL: https://github.com/apache/incubator-paimon/pull/1756#discussion_r1287864237


##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/PaimonAnalysis.scala:
##########
@@ -18,8 +18,10 @@
 package org.apache.paimon.spark
 
 import org.apache.spark.sql.SparkSession
-import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
+import org.apache.spark.sql.catalyst.plans.logical.{LogicalPlan, 
OverwritePartitionsDynamic}
 import org.apache.spark.sql.catalyst.rules.Rule
+import org.apache.spark.sql.execution.datasources.v2.DataSourceV2Relation
+import 
org.apache.spark.sql.paimon.commands.PaimonDynamicPartitionOverwriteCommand

Review Comment:
   We have to put the class under `org.apache.spark.sql` so that some private 
methods can be used, and the current import clause is the result of automatic 
formatting



-- 
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]

Reply via email to