Skip to content

Commit afd54c4

Browse files
committed
check fixes
1 parent 7583a15 commit afd54c4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

spark/src/main/scala/org/apache/comet/serde/strings.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,9 @@ object CometRegExpReplace extends CometExpressionSerde[RegExpReplace] {
290290
}
291291

292292
/**
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.
293+
* Serde for StringSplit expression. This is a custom Comet function (not a built-in DataFusion
294+
* function), so we need to include the return type in the protobuf to avoid DataFusion registry
295+
* lookup failures.
297296
*/
298297
object CometStringSplit extends CometExpressionSerde[StringSplit] {
299298

0 commit comments

Comments
 (0)