Closed CookiePieWw closed 2 days 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?
Attention: Patch coverage is 73.85892%
with 63 lines
in your changes missing coverage. Please review.
Project coverage is 83.75%. Comparing base (
63bbfd0
) to head (7dcd82d
). Report is 2 commits behind head on main.
🚨 Try these New Features:
There are some conflicts
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
proto pr: https://github.com/GreptimeTeam/greptime-proto/pull/199
What's changed and what's your intention?
The patch splits the alter commands of
SET FULLTEXT [WITH <options>]
andUNSET FULLTEXT
into different enum for simplicity.Also forbids to change column fulltext options if it has been set before to avoid unexpected query results, e.g.
will fail, since the third alter will change the analyzer.
Checklist