(self)
| 111 | @pytest.mark.execute_serially |
| 112 | @needs_session(TCLIService.TProtocolVersion.HIVE_CLI_SERVICE_PROTOCOL_V6) |
| 113 | def test_query_stmts_v6(self): |
| 114 | self.run_query_stmts_test() |
| 115 | |
| 116 | @pytest.mark.execute_serially |
| 117 | @needs_session(TCLIService.TProtocolVersion.HIVE_CLI_SERVICE_PROTOCOL_V1) |
nothing calls this directly
no test coverage detected