baibaichen opened a new issue, #11921: URL: https://github.com/apache/gluten/issues/11921
## Backend VL (Velox) **Gluten version**: main branch ## Description Spark 4.1 added support for reading and writing NullType columns in Parquet (SPARK-54220). Gluten/Velox does not handle NullType in Parquet format. Spark 4.1 only. **Parent issue**: #11910 (`[VL] Spark 4.x: Tracking new feature support`) ### Impact | Suite | Exclude | spark40 | spark41 | |-------|---------|:-------:|:-------:| | GlutenParquetIOSuite | SPARK-54220 | 🟢 | 🔴 | Note: GlutenParquetIOSuite also has struct field excludes tracked under a separate #11550 sub-issue. ### References - Apache Spark JIRA: [SPARK-54220](https://issues.apache.org/jira/browse/SPARK-54220) -- 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]
