We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2c641 commit ca61034Copy full SHA for ca61034
1 file changed
spark/src/main/scala/org/apache/comet/CometConf.scala
@@ -384,7 +384,7 @@ object CometConf extends ShimCometConf {
384
"Selects the engine used to evaluate Spark regular-expression expressions. " +
385
s"`$REGEXP_ENGINE_JAVA` (default) routes through the Arrow-direct codegen dispatcher " +
386
"so Spark's own `doGenCode` (backed by `java.util.regex.Pattern`) runs inside the " +
387
- s"Comet pipeline; this falls back to Spark when " +
+ "Comet pipeline; this falls back to Spark when " +
388
s"${COMET_SCALA_UDF_CODEGEN_ENABLED.key}=false. `$REGEXP_ENGINE_RUST` runs the " +
389
"native DataFusion regexp engine when an implementation exists; setting this is " +
390
"itself the opt-in for the semantic differences between Java and Rust regex. " +
0 commit comments