mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
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:
committed by
Henry Robinson
parent
e3a16903d5
commit
d3375d4aec
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user