v1.2.689-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features โจ
- feat: orc support fill missing tuple field by @youngsofun in #17247
- feat(sqlsmith): fuzz test support read Sqlite and Duckdb test by @b41sh in #17301
Thoughtful Bug Fix ๐ง
- fix(query): window function support params by @b41sh in #17282
- fix: copy into table collect files twice some times. by @youngsofun in #17300
- fix: set query_kind earlier to ensure it takes effect. by @youngsofun in #17302
- fix: use full path as cache key for parquet meta. by @youngsofun in #17313
- fix: column not found in analyze by @zhyass in #17321
- fix(query): unsupport datetime format item should not return panic error by @TCeason in #17323
Code Refactor ๐
- refactor(query): only call once finish callback by @sundy-li in #17293
- refactor(query): record state_offsets to reduce the memory leak of agg by @sundy-li in #17285
- refactor(query): introduce udf runtime pool by @forsaken628 in #17304
Others ๐
- chore(ci): fix release patch version by @everpcpc in #17278
- chore(ci): fix gen next patch release by @everpcpc in #17281
- chore(ci): unit test with 16c64g by @everpcpc in #17283
- chore: try fix flaky ci by @TCeason in #17265
- chore(ci): add bendsql binary to release by @everpcpc in #17289
- chore: databend-test print more stderr by @TCeason in #17288
- chore: Bump opendal to include a fix for gcs by @Xuanwo in #17290
- chore: make error message of conflicting transactions more user-friendly by @SkyFan2002 in #17307
- chore: add enable_prune_cache setting by @dqhl76 in #17308
- chore(query): improve fuse row fetch, use accumulating by @sundy-li in #17309
- chore(ci): fix pack binaries by @everpcpc in #17332
- chore(ci): fix pack binaries in release by @everpcpc in #17335
Full Changelog: v1.2.688-nightly...v1.2.689-nightly