Alex Behm has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9453
Change subject: IMPALA-6586: Fix bug in TestGetTablesTypeTable() ...................................................................... IMPALA-6586: Fix bug in TestGetTablesTypeTable() The bug in FrontendTest.TestGetTablesTypeTable() was that it did not explicitly load views that the test assumed to be loaded already. The test needs to distinguish between views and tables and views need to be loaded for them to be discernable from tables. I was able to reproduce the issue localy by just running FrontendTest.TestGetTablesTypeTable() without any other test. Testing: - locally ran all tests in FrontendTest individually (with a fresh ImpaladTestCatalog) Change-Id: Idf0bddb2e29209adda5bda5ddc428f46f241c8c9 --- M fe/src/test/java/org/apache/impala/service/FrontendTest.java 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/9453/1 -- To view, visit http://gerrit.cloudera.org:8080/9453 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idf0bddb2e29209adda5bda5ddc428f46f241c8c9 Gerrit-Change-Number: 9453 Gerrit-PatchSet: 1 Gerrit-Owner: Alex Behm <[email protected]>
