(cls)
| 245 | class TestQueriesTextTables(ImpalaTestSuite): |
| 246 | @classmethod |
| 247 | def add_test_dimensions(cls): |
| 248 | super(TestQueriesTextTables, cls).add_test_dimensions() |
| 249 | cls.ImpalaTestMatrix.add_dimension( |
| 250 | create_uncompressed_text_dimension(cls.get_workload())) |
| 251 | |
| 252 | def test_overflow(self, vector): |
| 253 | self.run_test_case('QueryTest/overflow', vector) |
nothing calls this directly
no test coverage detected