You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Low risk: this is an additive update to keyword/token lists and related test fixtures, with minimal behavioral change beyond recognizing these words as keywords during parsing.
Overview
Updates JDBC v2 SQL parsing to recognize newer ClickHouse HEAD keywords by adding lexer/parser support for ABI, ARGUMENTS, DRY, LANGUAGE, RETURNS, and RUN.
Keeps auxiliary keyword handling in sync by extending the JavaCC allowed-alias keyword set (ClickHouseSqlUtils) and updating the keyword test resource lists to include the new entries.
Written by Cursor Bugbot for commit 542efd8. This will update automatically on new commits. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tests detected missing keywords in HEAD version of ClickHouse (https://github.com/ClickHouse/clickhouse-java/actions/runs/22439465512/job/64977818899#step:4:1272)
This PR add them to parsers in JDBC.
Checklist
Delete items not relevant to your PR:
Note
Low Risk
Low risk: this is an additive update to keyword/token lists and related test fixtures, with minimal behavioral change beyond recognizing these words as keywords during parsing.
Overview
Updates JDBC v2 SQL parsing to recognize newer ClickHouse HEAD keywords by adding lexer/parser support for
ABI,ARGUMENTS,DRY,LANGUAGE,RETURNS, andRUN.Keeps auxiliary keyword handling in sync by extending the JavaCC allowed-alias keyword set (
ClickHouseSqlUtils) and updating the keyword test resource lists to include the new entries.Written by Cursor Bugbot for commit 542efd8. This will update automatically on new commits. Configure here.