TPCDS integration test on higher scale factors like 0.1, 1 fail.
For scale-factor=0.1, 81 failed, 18 passed
For scale-factor=1, All queries failed
Steps to reproduce:
cd velox-testing/presto/testing/integration_tests/scripts
./generate_test_files.sh -s 0.1 -c
cd velox-testing/presto/scripts
./run_integ_test.sh -b tpcds
cd velox-testing/presto/testing/integration_tests/scripts
./generate_test_files.sh -s 1 -c
cd velox-testing/presto/scripts
./run_integ_test.sh -b tpcds
Please test for scale-factor=10 after the fix.
TPCDS integration test on higher scale factors like 0.1, 1 fail.
For scale-factor=0.1, 81 failed, 18 passed
For scale-factor=1, All queries failed
Steps to reproduce:
Please test for scale-factor=10 after the fix.