vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
196 stars 41 forks source link

BUG Report #101

Closed SuperDaYuanYuan closed 1 year ago

SuperDaYuanYuan commented 2 years ago

微信图片_20221109211053

Hello. I try to join A and B in an implicit way. But why do I got this?

wilbertharriman commented 1 year ago

Thanks for pointing out this abnormality. We found that this is caused by our HeuristicQueryPlanner.

Expect fix very soon. In the meantime, you can use our BasicQueryPlanner to avoid this abnormality.

wilbertharriman commented 1 year ago

Hi, this issue is caused by MultiBufferProductScan that starts record scanning at the header page. We have successfully resolved this issue and opened a PR.

Thanks for your help and let us know if you would like to contribute!