(self)
| 162 | assert cancel_resp.status.statusCode == TCLIService.TStatusCode.SUCCESS_STATUS |
| 163 | |
| 164 | def close_query(self): |
| 165 | with MinimalHS2Connection(IMPALAD_HS2_HOST_PORT) as close_client: |
| 166 | close_client.close_query(self.handle) |
| 167 | |
| 168 | def get_runtime_profile(self): |
| 169 | """Get query profile. |