File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed
python/tests/runtime_aggtest Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 44from tests .runtime_aggtest .aggtst_base import * # noqa: F403
55from tests .runtime_aggtest .atest_run import run # noqa: F403
66
7- from table import * # noqa: F403
7+ from test_table import * # noqa: F403
88from test_atbl_varcharn_append import * # noqa: F403
99from test_atbl_charn_append import * # noqa: F403
1010from test_arg_max_append import * # noqa: F403
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ from tests .runtime_aggtest .aggregate_tests .test_int_table import * # noqa: F403
2+ from tests .runtime_aggtest .aggregate_tests .test_decimal_table import * # noqa: F403
3+ from tests .runtime_aggtest .aggregate_tests2 .test_date_tbl import * # noqa: F403
4+ from tests .runtime_aggtest .aggregate_tests2 .test_time_tbl import * # noqa: F403
5+ from tests .runtime_aggtest .aggregate_tests2 .test_timestamp_tbl import * # noqa: F403
6+ from tests .runtime_aggtest .aggregate_tests2 .test_varchar_table import * # noqa: F403
Original file line number Diff line number Diff line change 44from tests .runtime_aggtest .aggtst_base import * # noqa: F403
55from tests .runtime_aggtest .atest_run import run # noqa: F403
66
7- from table import * # noqa: F403
7+ from test_table import * # noqa: F403
88from test_array_arg_max_append import * # noqa: F403
99from test_array_arg_min_append import * # noqa: F403
1010from test_array_max_append import * # noqa: F403
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ from tests .runtime_aggtest .aggregate_tests2 .test_atbl_interval import * # noqa: F403
2+ from tests .runtime_aggtest .aggregate_tests4 .test_array_tbl import * # noqa: F403
3+ from tests .runtime_aggtest .aggregate_tests3 .test_binary_tbl import * # noqa: F403
4+ from tests .runtime_aggtest .aggregate_tests4 .test_map_tbl import * # noqa: F403
5+ from tests .runtime_aggtest .aggregate_tests .test_row_tbl import * # noqa: F403
6+ from tests .runtime_aggtest .aggregate_tests3 .test_unsigned_int_tbl import * # noqa: F403
7+ from tests .runtime_aggtest .aggregate_tests3 .test_varbinary_tbl import * # noqa: F403
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ runtest aggregate_tests/main.py
1010runtest aggregate_tests2/main.py
1111runtest aggregate_tests3/main.py
1212runtest aggregate_tests4/main.py
13+ runtest aggregate_tests5/main.py
14+ runtest aggregate_tests6/main.py
1315runtest arithmetic_tests/main.py
1416runtest complex_type_tests/main.py
1517runtest orderby_tests/main.py
You can’t perform that action at this time.
0 commit comments