andygrove commented on code in PR #2791:
URL: https://github.com/apache/datafusion-comet/pull/2791#discussion_r2539567924


##########
spark/src/main/scala/org/apache/comet/serde/strings.scala:
##########
@@ -21,15 +21,34 @@ package org.apache.comet.serde
 
 import java.util.Locale
 
-import org.apache.spark.sql.catalyst.expressions.{Attribute, Cast, Concat, 
Expression, InitCap, Length, Like, Literal, Lower, RegExpReplace, RLike, 
StringLPad, StringRepeat, StringRPad, Substring, Upper}
-import org.apache.spark.sql.types.{BinaryType, DataTypes, LongType, StringType}
+import org.apache.spark.sql.catalyst.expressions.{Attribute, Cast, Concat, 
Expression, InitCap, Length, Like, Literal, Lower, RegExpReplace, Reverse, 
RLike, StringLPad, StringRepeat, StringRPad, Substring, Upper}
+import org.apache.spark.sql.types.{ArrayType, BinaryType, DataTypes, LongType, 
StringType}
 
 import org.apache.comet.CometConf
 import org.apache.comet.CometSparkSessionExtensions.withInfo
 import org.apache.comet.expressions.{CometCast, CometEvalMode, RegExp}
 import org.apache.comet.serde.ExprOuterClass.Expr
 import org.apache.comet.serde.QueryPlanSerde.{createBinaryExpr, 
exprToProtoInternal, optExprWithInfo, scalarFunctionExprToProto}
 
+object CometReverse extends CometScalarFunction[Reverse]("reverse") {

Review Comment:
   Thanks. Moved to match Spark organization.



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

Reply via email to