(self)
| 116 | @pytest.mark.execute_serially |
| 117 | @needs_session(TCLIService.TProtocolVersion.HIVE_CLI_SERVICE_PROTOCOL_V1) |
| 118 | def test_query_stmts_v1(self): |
| 119 | self.run_query_stmts_test() |
| 120 | |
| 121 | @pytest.mark.execute_serially |
| 122 | @needs_session(TCLIService.TProtocolVersion.HIVE_CLI_SERVICE_PROTOCOL_V6) |
nothing calls this directly
no test coverage detected