-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SQL: Remove more ANTLR4 grammar ambiguities (#34074)
The `-` and `+` as a number literal prefix are already parsed by the rule in `valueExpression`. To accommodate this, there are some code changes that enables the `ExpressionBuilder` to parse Literal integers and decimals together with the `-/+` prefix sign (if exists) and validate them (wrong format, large numbers, etc.). Follows: #33854
- Loading branch information
Marios Trivyzas
authored
Oct 2, 2018
1 parent
10201e0
commit 2ba18f5
Showing
5 changed files
with
355 additions
and
293 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
Oops, something went wrong.