Bharath Vissapragada has posted comments on this change. Change subject: IMPALA-5591: set should handle negative values ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/7316/1/fe/src/main/cup/sql-parser.cup File fe/src/main/cup/sql-parser.cup: PS1, Line 2291: KW_SET ident_or_default:key EQUAL SUBTRACT numeric_literal:l How about making changes in sql-scanner to accommodate -ve integer literals? Reason being we can have other places that could potentially require to use -ve integers/decimals and we need to implement this branching every where duplicating parser code. Thoughts? -- To view, visit http://gerrit.cloudera.org:8080/7316 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5c415dbed6ba1122919be75f5811444d88ee03b4 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-HasComments: Yes
