Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5591: set should handle negative values ......................................................................
IMPALA-5591: set should handle negative values The parser didn't account for the possibility of negative numeric literals. Testing: Added a test that sets a negative value. Query tests send the whole "set" statement to the backend for execution so exercise the parser. Ran core tests. Change-Id: I5c415dbed6ba1122919be75f5811444d88ee03b4 Reviewed-on: http://gerrit.cloudera.org:8080/7316 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/cup/sql-parser.cup M testdata/workloads/functional-query/queries/QueryTest/set.test 2 files changed, 15 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7316 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5c415dbed6ba1122919be75f5811444d88ee03b4 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Tim Armstrong <[email protected]>
