cxzl25 commented on code in PR #1726:
URL: https://github.com/apache/auron/pull/1726#discussion_r2606705265


##########
spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConvertStrategy.scala:
##########
@@ -19,19 +19,7 @@ package org.apache.spark.sql.auron
 import org.apache.commons.lang3.reflect.MethodUtils
 import org.apache.spark.internal.Logging
 import org.apache.spark.sql.catalyst.trees.TreeNodeTag
-import org.apache.spark.sql.execution.ExpandExec
-import org.apache.spark.sql.execution.FileSourceScanExec
-import org.apache.spark.sql.execution.FilterExec
-import org.apache.spark.sql.execution.GenerateExec
-import org.apache.spark.sql.execution.GlobalLimitExec
-import org.apache.spark.sql.execution.LocalLimitExec
-import org.apache.spark.sql.execution.LocalTableScanExec
-import org.apache.spark.sql.execution.ProjectExec
-import org.apache.spark.sql.execution.SortExec
-import org.apache.spark.sql.execution.SparkPlan
-import org.apache.spark.sql.execution.TakeOrderedAndProjectExec
-import org.apache.spark.sql.execution.UnaryExecNode
-import org.apache.spark.sql.execution.UnionExec
+import org.apache.spark.sql.execution.{CollectLimitExec, ExpandExec, 
FileSourceScanExec, FilterExec, GenerateExec, GlobalLimitExec, LocalLimitExec, 
LocalTableScanExec, ProjectExec, SortExec, SparkPlan, 
TakeOrderedAndProjectExec, UnaryExecNode, UnionExec}

Review Comment:
   ```suggestion
   import org.apache.spark.sql.execution._
   ```



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