Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17019 )
Change subject: IMPALA-10379: Add missing HiveLexer classes to shared-deps ...................................................................... IMPALA-10379: Add missing HiveLexer classes to shared-deps HIVE-19064 introduced additional lexer classes that are required during runtime. This commit adds the missing HiveLexer lexer classes to the shared-deps. Without these classes queries such as 'select 1 as "``"' would fail with 'NoClassDefFoundError'. Testing: - added a misc.test to verify that the classes are available and that IMPALA-9641 is fixed by HIVE-19064 Change-Id: I6e3a00335983f26498c1130ab9f109f6e67256f5 Reviewed-on: http://gerrit.cloudera.org:8080/17019 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M java/shaded-deps/hive-exec/pom.xml M testdata/workloads/functional-query/queries/QueryTest/misc.test 2 files changed, 12 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17019 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6e3a00335983f26498c1130ab9f109f6e67256f5 Gerrit-Change-Number: 17019 Gerrit-PatchSet: 3 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]>
