October 03, 2025: Weekly Status Update in Gluten #10841
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 dominated by release-prep fever: 1.5.0 is being finalized, so version-bump PRs, doc polish and back-ports are everywhere. Meanwhile Velox keeps moving (daily bumps), Iceberg & Delta lake-house features are expanding, and a long tail of micro-optimizations (memcpy, vector copy, hash-table configs) show the community is squeezing every last cycle out of the engine.
Key Ongoing Projects
Priority Items
propagateIgnoreNullKeysdefault after TPC-DS q87-90 slowdown; needs review.Notable Discussions
Emerging Trends
Good First Issues
MakeYMIntervalfor ClickHouse – simple date-interval UDF, great to learn CH function registry.date_from_unix_date– follows existing date-function pattern.split_partstring function – self-contained, touches parser + UDF stub.SparkPartitionID– reuses existing partition metadata, no native code needed.MapZipWith– entry-level map function; good excuse to peek into Velox/CH map kernels.All need basic C++ or Scala, come with clear signatures, and have prior examples to copy.
Beta Was this translation helpful? Give feedback.
All reactions