Skip to content

v0.8.146-nightly

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 00:28
· 9368 commits to main since this release
6334a0e

What's Changed

Exciting New Features โœจ

  • feat: use analyze table instead of optimize table statistic by @lichuang in #9143
  • feat(storage): use distinct count calculated by the xor hash function by @b41sh in #9159
  • feat(query): bump arrow2 crate by @sundy-li in #9171
  • feat: read_parquet read meta before read data. by @RinChanNOWWW in #9154
  • feat: change the unescape to enquota crate and support \x01 -> \x01 by @BohuTANG in #9175

Thoughtful Bug Fix ๐Ÿ”ง

  • fix(format): support ASCII control code hex as format field delimiter by @BohuTANG in #9160
  • fix: support SQL-style double-quoted identifier in get_path() by @hantmac in #9147
  • fix:compatible with mysqldump file load by @wubx in #9176
  • fix(TSV): custom field_delimiter. by @youngsofun in #9182
  • fix: don't push down topk to Merge when it's child is Aggregate by @xudong963 in #9183

Code Refactor ๐ŸŽ‰

Documentation ๐Ÿ“”

Full Changelog: v0.8.145-nightly...v0.8.146-nightly