andygrove commented on PR #2772:
URL:
https://github.com/apache/datafusion-comet/pull/2772#issuecomment-3529547218
> In the past I think we've encountered differences in Java and Rust's regex
engines wrt graphemes. Could we get some larger UTF-8 characters in the tests?
We probably need to fall back to Spark unless this config is enabled:
```
val COMET_REGEXP_ALLOW_INCOMPATIBLE: ConfigEntry[Boolean] =
conf("spark.comet.regexp.allowIncompatible")
.category(CATEGORY_EXEC)
.doc("Comet is not currently fully compatible with Spark for all
regular expressions. " +
s"Set this config to true to allow them anyway. $COMPAT_GUIDE.")
.booleanConf
.createWithDefault(false)
```
--
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]