Shekharrajak commented on code in PR #2772:
URL: https://github.com/apache/datafusion-comet/pull/2772#discussion_r2785812791
##########
spark/src/main/scala/org/apache/comet/serde/strings.scala:
##########
@@ -296,6 +296,9 @@ object CometRegExpReplace extends
CometExpressionSerde[RegExpReplace] {
*/
object CometStringSplit extends CometExpressionSerde[StringSplit] {
+ override def getSupportLevel(expr: StringSplit): SupportLevel =
Review Comment:
following same as
https://github.com/apache/datafusion-comet/blob/main/spark/src/main/scala/org/apache/comet/serde/arrays.scala#L85
CometArrayAppend and CometFromUnixTime
--
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]