Skip to content

fix(sql): fix add index issue for symbol columns in matviews#6424

Merged
bluestreak01 merged 1 commit intomasterfrom
victor_mat_view_index_fixed
Nov 21, 2025
Merged

fix(sql): fix add index issue for symbol columns in matviews#6424
bluestreak01 merged 1 commit intomasterfrom
victor_mat_view_index_fixed

Conversation

@kafka1991
Copy link
Copy Markdown
Collaborator

@kafka1991 kafka1991 commented Nov 21, 2025

Fix SQL parsing issue for mat view add index when sql end with semicolon
close #6411

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Nov 21, 2025

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 to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch victor_mat_view_index_fixed

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😍 pass : 2 / 2 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/SqlCompilerImpl.java 2 2 100.00%

@bluestreak01 bluestreak01 merged commit 9e4e933 into master Nov 21, 2025
43 checks passed
@bluestreak01 bluestreak01 deleted the victor_mat_view_index_fixed branch November 21, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Index on a column can not be created if column name end with 'symbol'

3 participants