AngersZhuuuu commented on a change in pull request #29428:
URL: https://github.com/apache/spark/pull/29428#discussion_r471115876
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/SparkSqlParserSuite.scala
##########
@@ -38,6 +38,7 @@ import org.apache.spark.sql.types.{IntegerType, LongType,
StringType, StructType
* defined in the Catalyst module.
*/
class SparkSqlParserSuite extends AnalysisTest {
+ import org.apache.spark.sql.catalyst.dsl.expressions._
Review comment:
> Why did you put this import here instead of the top?
Copy from `PlanParserSuite`.....
Should I move this line to top in `PlanParserSuite` in pr
https://github.com/apache/spark/pull/29414
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]