Closed CookiePieWw closed 1 week ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.82%. Comparing base (
0e0c4fa
) to head (0b335c6
). Report is 1 commits behind head on main.
Seems not only about this assert
, there's other bugs. I'll come to it later.
track in #4970
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
The dbg_assert may fail for:
SELECT ? + 1 FROM 1 = 0
to an empty plan, so number of params may mismatchChecklist