rich7420 opened a new pull request, #5760: URL: https://github.com/apache/datafusion-comet/pull/5760
## Which issue does this PR close? Part of #5569 (item 3). ## Rationale for this change The Spark patches still disable Parquet V2 writer and delta encoding coverage for the old limitation tracked in #574. The current native reader supports these encodings, so the exclusions are no longer needed. ## What changes are included in this PR? Restore `withAllParquetWriters` in `ParquetTypeWideningSuite` for Spark 4.0.4 and 4.1.3, and re-enable `SPARK-40128 read DELTA_LENGTH_BYTE_ARRAY encoded strings` for Spark 3.4.3, 3.5.9, 4.0.4, and 4.1.3. The patches were regenerated from the corresponding Spark tags. This also refreshes stale `pom.xml` result hashes without changing the patched POM content. ## How are these changes tested? [Fork CI](https://github.com/rich7420/datafusion-comet/actions/runs/34084555961) passed all 28 Spark SQL test groups across the four affected versions at commit `2f8adcc50`. The logs confirm the DELTA_LENGTH_BYTE_ARRAY test ran on all four versions and `ParquetTypeWideningSuite` passed on 4.0.4 and 4.1.3. All four patches also apply cleanly to their Spark tags; comparing the patched source trees confirms only the intended test changes. -- 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]
