[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24671
Change subject: IMPALA-14340: Fix UPDATE/DELETE when db and table share the same name ...................................................................... IMPALA-14340: Fix UPDATE/DELETE when db and table share the same name When database and table names are the same (e.g.: xxx.xxx), impala registers 2 identical aliases for the table. Resolving all paths and try to leave only one table-level match instead of directly throwing error when multiple candidates exist. Change-Id: Ie010cc39f7cf0302a83ae608fed5060984001e24 --- M fe/src/main/java/org/apache/impala/analysis/ModifyStmt.java A testdata/workloads/functional-query/queries/QueryTest/iceberg_update_same_db_tbl_name.test A testdata/workloads/functional-query/queries/QueryTest/kudu_update_same_db_tbl_name.test M tests/query_test/test_iceberg.py M tests/query_test/test_kudu.py 5 files changed, 139 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/71/24671/2 -- To view, visit http://gerrit.cloudera.org:8080/24671 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie010cc39f7cf0302a83ae608fed5060984001e24 Gerrit-Change-Number: 24671 Gerrit-PatchSet: 2 Gerrit-Owner: Anonymous Coward <[email protected]>
