(cls)
| 735 | |
| 736 | @classmethod |
| 737 | def add_test_dimensions(cls): |
| 738 | super(TestCreateExternalTable, cls).add_test_dimensions() |
| 739 | cls.ImpalaTestMatrix.add_dimension(create_single_exec_option_dimension()) |
| 740 | |
| 741 | @SkipIfKudu.hms_integration_enabled() |
| 742 | def test_external_timestamp_default_value(self, vector, kudu_client, unique_database): |
nothing calls this directly
no test coverage detected