Sai Hemanth Gantasala has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20066
Change subject: IMPALA-12210: CatalogD should check if table is transactional before checking the compaction id ...................................................................... IMPALA-12210: CatalogD should check if table is transactional before checking the compaction id In FENG mode, running queries on external tables shows an exception in the catalogd.INFO log and catalogd forwards the get_table_req() requests to HMS. For external tables, we don't need to do the compaction id check. So a transactional check on the table is added in CatalogD before checking for compactionId on the table. Testing: Manually verified that exception is not seen in the logs. Change-Id: I28a34185c788a39aa902b0cd1ed0ba0c8c376ff1 --- M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/66/20066/1 -- To view, visit http://gerrit.cloudera.org:8080/20066 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I28a34185c788a39aa902b0cd1ed0ba0c8c376ff1 Gerrit-Change-Number: 20066 Gerrit-PatchSet: 1 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]>
