Skip to content

MatrixOne-v1.0.2

Compare
Choose a tag to compare
@sukki37 sukki37 released this 23 Dec 09:44
· 3915 commits to main since this release
8081e05

Release date: December 23, 2023
MatrixOne version: v1.0.2
Compared with the previous v1.0.1, v1.0.2 introduces a few features/improvements but the focus was primarily on bug fixes.

Improvements

  • Support transitivity of equalities: #13596

Bugfix

  • Fix some reserved keywords bugs: #13561
  • Fix PrefecthDelete bug: #13590
  • Fix blob related bug: #13593
  • Fix mo_ctl merge hung: #13601
  • Fix the issue of incorrectly pushing down runtime filters during left join: #13661
  • Fix a bug where the package partition never considers the constant vector: #13607
  • Ignore invalid symlink in local fs list: #13675
  • Fixed the issue of an abnormal interruption during flush: #13696, #13706, #13708
  • Fixed the issue where executing SHOW SUBSCRIPTIONS; fails in certain special scenarios: #13656, #13599
  • Fix the bug where DirtyBlocks removes the wrong block: #13647

Features

  • Support lcase, ucase: #13686