Amend commit: IMPALA-215: DDL commands stay in the in flight query log

Missed a line when pushing the earlier change.
This commit is contained in:
Lenni Kuff
2013-04-10 23:34:38 -07:00
committed by Henry Robinson
parent e3a16903d5
commit d3375d4aec

View File

@@ -414,6 +414,7 @@ class ImpalaShell(cmd.Cmd):
# impalad does not support the fetching of metadata for certain types of queries.
if not self.__expect_result_metadata(query.query):
self.__close_query_handle(handle)
return True
table = self.__construct_table_header(handle)
# Results are ready, fetch them till they're done.