We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7583a15 commit afd54c4Copy full SHA for afd54c4
1 file changed
spark/src/main/scala/org/apache/comet/serde/strings.scala
@@ -290,10 +290,9 @@ object CometRegExpReplace extends CometExpressionSerde[RegExpReplace] {
290
}
291
292
/**
293
- * Serde for StringSplit expression.
294
- * This is a custom Comet function (not a built-in DataFusion function),
295
- * so we need to include the return type in the protobuf to avoid
296
- * DataFusion registry lookup failures.
+ * Serde for StringSplit expression. This is a custom Comet function (not a built-in DataFusion
+ * function), so we need to include the return type in the protobuf to avoid DataFusion registry
+ * lookup failures.
297
*/
298
object CometStringSplit extends CometExpressionSerde[StringSplit] {
299
0 commit comments