NEUpanning opened a new issue, #10773: URL: https://github.com/apache/incubator-gluten/issues/10773
### Description Velox limits maximum number of compiled regular expression patterns per batch using `expression.max_compiled_regexes` which does not exist in Spark. Therefore there can be errors like below when migrating to gluten. ``` org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: Operator::getOutput failed for [operator: ValueStream, plan node ID: 0]: Error during calling Java code from native code: org.apache.gluten.exception.GlutenException: org.apache.gluten.exception.GlutenException: Exception: VeloxUserError Error Source: USER Error Code: INVALID_ARGUMENT Reason: (100 vs. 100) Max number of regex reached Retriable: False Expression: compiledRegularExpressions_.size() < maxCompiledRegexes_ Context: like(concat(;:VARCHAR, n1_4, ;:VARCHAR), ``` ### Gluten version None -- 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]
