Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 0.6
-
None
-
None
Description
[localhost:21000] > select * from functional.alltypes a, functional.alltypes b, functional.alltypes c where a.int_col = b.int_col and b.int_col = c.int_col; Query: select * from functional.alltypes a, functional.alltypes b, functional.alltypes c where a.int_col = b.int_col and b.int_col = c.int_col Query finished, fetching results ... ^CUnknown Exception : [Errno 4] Interrupted system call
The query does not get cancelled.