MCPcopy Create free account
hub / github.com/apache/impala / add_test_dimensions

Method add_test_dimensions

tests/query_test/test_sort.py:363–370  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

361
362 @classmethod
363 def add_test_dimensions(cls):
364 super(TestArraySort, cls).add_test_dimensions()
365 cls.ImpalaTestMatrix.add_dimension(create_exec_option_dimension(cluster_sizes=[1]))
366 add_exec_option_dimension(cls, 'max_sort_run_size', MAX_SORT_RUN_SIZE)
367
368 # The table we use is a parquet table.
369 cls.ImpalaTestMatrix.add_constraint(lambda v:
370 v.get_value('table_format').file_format == 'parquet')
371
372 def test_array_sort(self, vector):
373 self._run_test_sort_query(vector, None)

Callers 3

add_test_dimensionsMethod · 0.45
add_test_dimensionsMethod · 0.45
add_test_dimensionsMethod · 0.45

Calls 5

add_dimensionMethod · 0.80
add_constraintMethod · 0.80
get_valueMethod · 0.45

Tested by

no test coverage detected