matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.79k stars 277 forks source link

Fix bug for snapshot read #20187

Closed triump2020 closed 21 hours ago

triump2020 commented 2 days ago

What type of PR is this?

Which issue(s) this PR fixes:

issue #19867 #19869 #20056

What this PR does / why we need it:

  1. Fix bug for snapshot read.

TODO:: Snapshot read need to support join statement .

triump2020 commented 1 day ago

目前CI 挂掉的原因是因为: snapshot read 当前不支持join, 需要修改bvt case. @YANGGMM 正在处理中