October 17, 2025: Weekly Status Update in Gluten #10906
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 past 7 days have been exceptionally productive for Apache Gluten, with 47 merged PRs and 21 open PRs. The community is actively preparing for the 1.5.0 release while making significant progress on Velox backend improvements, GPU support, and Apache maturity model compliance. Daily Velox version updates continue to keep the project current with upstream changes.
Key Ongoing Projects
GPU Acceleration Initiative - @jinchengchenghh is leading the GPU support implementation (#9098, #10621), with the first PR merged for CUDA docker images. This represents a major architectural expansion for Gluten.
Velox Backend Enhancement - Multiple contributors are actively improving the Velox backend:
map_from_arraysandtimestamp_secondsApache Maturity Model Compliance - @zhztheplayer is driving the project toward graduation with comprehensive documentation updates (#10873, #10874, #10876, #10878, #10885) covering release processes, security policies, and community governance.
Delta Lake Native Write Support - @zhztheplayer successfully implemented native Delta write support (#10801) for Spark 3.5/Delta 3.3, a significant milestone for data lake integration.
Priority Items
Immediate Attention Needed:
Release Preparation:
Notable Discussions
#8763: Documentation build process and website synchronization - @zjuwangg raised important questions about maintaining consistent documentation between the repo and the official website, with community members providing guidance on the build process.
Emerging Trends
Good First Issues
ClickHouse Backend Functions - Several good first issues for contributors interested in ClickHouse backend development:
MakeYMIntervalexpression - Great for learning expression handlingdate_from_unix_datefunction - Good introduction to date/time functionssplit_partfunction - Excellent for string manipulation practiceSparkPartitionIDfunction - Useful for understanding Spark integrationMapZipWithexpression - Advanced but well-scoped for learning map operationsThese issues are ideal entry points because they involve implementing specific functions in the ClickHouse backend, allowing new contributors to understand the codebase structure while making meaningful contributions. Basic C++ knowledge and familiarity with database functions are helpful but not required - the community provides excellent guidance and code reviews.
Beta Was this translation helpful? Give feedback.
All reactions