baibaichen opened a new issue, #11913:
URL: https://github.com/apache/gluten/issues/11913

   ## Backend
   VL (Velox)
   
   ## Bug description
   
   `split('hello', '', 1)` returns `["h"]` in Velox but should return 
`["hello"]`. This is a Velox C++ re2-based split implementation issue when the 
`limit` parameter is specified. Spark 4.1 added the `limit` parameter test via 
SPARK-49968.
   
   Spark 4.1 only.
   
   Parent issue: #11550
   
   ### Impact
   
   | Suite / Item | Status | spark40 | spark41 |
   |---|---|:---:|:---:|
   | GlutenCollationRegexpExpressionsSuite | Entire suite TODO (1 failure) | 🟢 
| 🔴 |
   | GlutenRegexpExpressionsSuite | `.exclude("SPLIT")` | 🟢 | 🔴 |
   | VeloxStringFunctionsSuite | `testWithSpecifiedSparkVersion` skips 4.x | 🟢 
| 🔴 |
   
   ### References
   
   - Apache Spark JIRA: 
[SPARK-49968](https://issues.apache.org/jira/browse/SPARK-49968)


-- 
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]

Reply via email to