January 09, 2026: Weekly Status Update in Gluten #11388
GlutenPerfBot
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This weekly update is generated by LLMs. You're welcome to join our Github for in-depth discussions.
Overall Activity Summary
The Gluten community has been intensely focused on Spark version compatibility and infrastructure improvements. This week saw significant progress on Spark 4.1 support, daily Velox version updates, and cleanup of deprecated Spark 3.2 code. The project merged 287k+ lines of Spark 4.1 unit tests and continued aggressive deprecation of Spark 3.2 support.
Key Ongoing Projects
Spark 4.1 Support Initiative - The team delivered comprehensive Spark 4.1 compatibility:
Spark 3.2 Deprecation - Major cleanup effort led by @QCLyu:
Infrastructure & Performance:
Priority Items
Critical Bug Fixes Needed:
Performance Issues:
Notable Discussions
Development Process - #11352 by @baibaichen proposes keeping commit history when adding new Spark versions using manual rebase + merge commit approach, similar to Apache Iceberg's process.
Platform Support - Community inquiries about KylinOS support (#11333) and Parquet Modular Encryption (#11338) show growing enterprise adoption interest.
Emerging Trends
Good First Issues
#11383 - Add Velox hash join bloom filter configurations. This involves adding two new configuration parameters to expose Velox's recent bloom filter functionality. Good for understanding Gluten's configuration system and Velox integration.
#11316 - JDK-21 support for Spark-4.x. Spark 4.0 already supports JDK-21, and Gluten needs to follow. This is a foundational infrastructure task that touches build systems and compatibility layers.
#8960 - Deprecate Spark-3.2 unit tests. As Spark 3.2 support is being removed, this involves cleaning up test infrastructure and documentation. Perfect for understanding Gluten's testing framework and CI/CD processes.
Beta Was this translation helpful? Give feedback.
All reactions