·
102 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
This release contains bug fixes since the 2.29.1 release. We recommend that you upgrade at the next available opportunity.
Bugfixes
- #10189 Fix user-defined functions named
time_bucketcausing SQLSTATEXX000 - #10363 Fix
time_bucket_gapfill()with window aggregates over constants - #10416 Repair mismatched dimensional
CHECKconstraints - #10423 Fix compressed
SkipScandropping uncompressed rows when sort keys do not match distinct keys - #10430 Do not attach
SkipScanto mismatchedIndexScanpaths underMergeAppend - #9921 Fix wrong results for
IS NULLpredicates with min/max sparse-index pushdown
Thanks
- @borisborelly for reporting incorrect results with
COUNT(DISTINCT)due toSkipScandropping uncompressed rows.