Skip to content

Commit ca61034

Browse files
committed
style: drop unused interpolator on CometConf regexp engine doc
1 parent bb2c641 commit ca61034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/src/main/scala/org/apache/comet/CometConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ object CometConf extends ShimCometConf {
384384
"Selects the engine used to evaluate Spark regular-expression expressions. " +
385385
s"`$REGEXP_ENGINE_JAVA` (default) routes through the Arrow-direct codegen dispatcher " +
386386
"so Spark's own `doGenCode` (backed by `java.util.regex.Pattern`) runs inside the " +
387-
s"Comet pipeline; this falls back to Spark when " +
387+
"Comet pipeline; this falls back to Spark when " +
388388
s"${COMET_SCALA_UDF_CODEGEN_ENABLED.key}=false. `$REGEXP_ENGINE_RUST` runs the " +
389389
"native DataFusion regexp engine when an implementation exists; setting this is " +
390390
"itself the opt-in for the semantic differences between Java and Rust regex. " +

0 commit comments

Comments
 (0)