forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50813][SQL] Allow only unqualified label names inside SQL Scripts
### What changes were proposed in this pull request? Allow only unqualified label names inside SQL Scripts. Valid examples: - `label` - `label_1` Invalid examples: - `part1.part2` - `lbl.1` ### Why are the changes needed? This change fixed the introduced bug in label behavior. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? New and existing tests in `SqlScriptingParserSuite`. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#49485 from miland-db/milan-dankovic_data/fix-labels-to-be-unqualified. Authored-by: Milan Dankovic <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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