Zoltan Borok-Nagy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22674 )
Change subject: IMPALA-13859: Add decimal to Kudu's supported primary key types ...................................................................... IMPALA-13859: Add decimal to Kudu's supported primary key types Add DECIMAL to KuduUtil.isSupportedKeyType because it is a supported type for primary key by Kudu. Testing: * add fe tests * add e2e tests Change-Id: I0e8685fe89e4e4e511ab1d815c51ca5a021b4081 Reviewed-on: http://gerrit.cloudera.org:8080/22674 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> --- M fe/src/main/java/org/apache/impala/util/KuduUtil.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeKuduDDLTest.java M testdata/workloads/functional-query/queries/QueryTest/kudu_create.test 3 files changed, 59 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Zoltan Borok-Nagy: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/22674 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0e8685fe89e4e4e511ab1d815c51ca5a021b4081 Gerrit-Change-Number: 22674 Gerrit-PatchSet: 3 Gerrit-Owner: Daniel Vanko <[email protected]> Gerrit-Reviewer: Daniel Vanko <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
