gaoyangxiaozhu commented on code in PR #6095:
URL: https://github.com/apache/incubator-gluten/pull/6095#discussion_r1644050372
##########
gluten-ut/spark35/src/test/scala/org/apache/spark/sql/catalyst/expressions/GlutenHigherOrderFunctionsSuite.scala:
##########
@@ -16,6 +16,101 @@
*/
package org.apache.spark.sql.catalyst.expressions
+import org.apache.spark.SparkRuntimeException
import org.apache.spark.sql.GlutenTestsTrait
+import org.apache.spark.sql.catalyst.analysis.TypeCheckResult
+import org.apache.spark.sql.internal.SQLConf
+import org.apache.spark.sql.types.{IntegerType, MapType, StringType}
-class GlutenHigherOrderFunctionsSuite extends HigherOrderFunctionsSuite with
GlutenTestsTrait {}
+class GlutenHigherOrderFunctionsSuite extends HigherOrderFunctionsSuite with
GlutenTestsTrait {
+ import org.apache.spark.sql.catalyst.dsl.expressions._
+ testGluten("TransformKeys") {
Review Comment:
actually the change not need anymore, revert it.
--
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]