()
| 163 | |
| 164 | |
| 165 | def default_client_protocol_dimension(): |
| 166 | pytest_config = ImpalaTestClusterProperties.get_instance().pytest_config() |
| 167 | return ImpalaTestDimension(PROTOCOL, pytest_config.option.default_test_protocol) |
| 168 | |
| 169 | |
| 170 | def hs2_client_protocol_dimension(): |
no test coverage detected