mirror of
https://github.com/apache/impala.git
synced 2025-12-31 15:00:10 -05:00
This change makes the fetch rpc interruptable. If the user cancels the query in the middle of a fetch, the shell reconnects to the impalad and closes the query. It also includes some code consolidation. Change-Id: Iaaf0dfd4cba9ce2557e4a7d0447bc9c3ffda5e29 Reviewed-on: http://gerrit.ent.cloudera.com:8080/717 Reviewed-by: Ishaan Joshi <ishaan@cloudera.com> Tested-by: jenkins