Skip to content

fix(sql): fix internal error for some SQLs involving system tables#5702

Merged
bluestreak01 merged 2 commits intomasterfrom
vi_fix_table_name_dots
May 28, 2025
Merged

fix(sql): fix internal error for some SQLs involving system tables#5702
bluestreak01 merged 2 commits intomasterfrom
vi_fix_table_name_dots

Conversation

@bluestreak01
Copy link
Copy Markdown
Member

@bluestreak01 bluestreak01 commented May 28, 2025

Fixes #5700

@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😍 pass : 41 / 41 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/std/Chars.java 9 9 100.00%
🔵 io/questdb/griffin/SqlParser.java 4 4 100.00%
🔵 io/questdb/griffin/engine/join/JoinRecordMetadata.java 1 1 100.00%
🔵 io/questdb/griffin/model/ExpressionNode.java 1 1 100.00%
🔵 io/questdb/griffin/engine/groupby/GroupByUtils.java 1 1 100.00%
🔵 io/questdb/griffin/engine/ops/CreateMatViewOperationImpl.java 2 2 100.00%
🔵 io/questdb/griffin/SqlCodeGenerator.java 2 2 100.00%
🔵 io/questdb/griffin/SqlOptimiser.java 21 21 100.00%

@bluestreak01 bluestreak01 merged commit 6c7cf98 into master May 28, 2025
37 checks passed
@bluestreak01 bluestreak01 deleted the vi_fix_table_name_dots branch May 28, 2025 18:09
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.

ArrayIndexOutOfBoundsException in JOIN query

3 participants