| 1457 | } |
| 1458 | |
| 1459 | void ImpalaServer::PrepareQueryContext(TQueryCtx* query_ctx) { |
| 1460 | PrepareQueryContext(exec_env_->configured_backend_address().hostname, |
| 1461 | exec_env_->krpc_address(), query_ctx); |
| 1462 | } |
| 1463 | |
| 1464 | void ImpalaServer::PrepareQueryContext(const std::string& hostname, |
| 1465 | const NetworkAddressPB& krpc_addr, TQueryCtx* query_ctx) { |
no test coverage detected