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

   ## Backend
   VL (Velox)
   
   **Gluten version**: main branch
   
   ## Description
   
   Spark 4.1 introduced dual-mode nodes where `supportsRowBased=true && 
supportsColumnar=true` (SPARK-51474). Gluten's transition rules 
(`ConventionFunc.conventionReqOf0` and 
`GlutenColumnarRule.preColumnarTransitions`) do not account for this case.
   
   Spark 4.1 only.
   
   **Parent issue**: #11910 (`[VL] Spark 4.x: Tracking new feature support`)
   
   ### Impact
   
   | Suite | Failures | spark40 | spark41 |
   |-------|:--------:|:-------:|:-------:|
   | GlutenColumnarRulesSuite | 1 | 🟢 | 🔴 |
   
   ### References
   
   - Apache Spark JIRA: 
[SPARK-51474](https://issues.apache.org/jira/browse/SPARK-51474)


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