greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

feat: Alter column fulltext option

Open irenjj opened this issue 6 months ago • 2 comments

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

closes: #4395

What's changed and what's your intention?

Supports alter column options like:

ALTER TABLE monitor SET COLUMN load_15 fulltext WITH(analyzer = 'Chinese', case_sensitive = 'false');

Checklist

  • [ ] I have written the necessary rustdoc comments.
  • [ ] I have added the necessary unit tests and integration tests.
  • [ ] This PR requires documentation updates.

irenjj avatar Aug 28 '24 15:08 irenjj