Skip to content

Commit 65286ae

Browse files
ulysses-youmaropu
authored andcommitted
[SPARK-30703][SQL][FOLLOWUP] Update SqlBase.g4 invalid comment
### What changes were proposed in this pull request? Modify the comment of `SqlBase.g4`. ### Why are the changes needed? `docs/sql-keywords.md` has already moved to `docs/sql-ref-ansi-compliance.md#sql-keywords`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. Closes #29033 from ulysses-you/SPARK-30703-FOLLOWUP. Authored-by: ulysses <youxiduo@weidian.com> Signed-off-by: Takeshi Yamamuro <yamamuro@apache.org>
1 parent b5297c4 commit 65286ae

File tree

1 file changed

+1
-2
lines changed
  • sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser

1 file changed

+1
-2
lines changed

sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,8 +1461,7 @@ nonReserved
14611461
;
14621462

14631463
// NOTE: If you add a new token in the list below, you should update the list of keywords
1464-
// in `docs/sql-keywords.md`. If the token is a non-reserved keyword,
1465-
// please update `ansiNonReserved` and `nonReserved` as well.
1464+
// and reserved tag in `docs/sql-ref-ansi-compliance.md#sql-keywords`.
14661465

14671466
//============================
14681467
// Start of the keywords list

0 commit comments

Comments
 (0)