$ impala-py.test tests/query_test/test_tpcds_queries.py -k Insert --table_format=parquet/none
tests/query_test/test_tpcds_queries.py::TestTpcdsInsert::test_tpcds_partitioned_insert[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none] FAILED
============================================================================================= short test summary info ==============================================================================================
FAIL tests/query_test/test_tpcds_queries.py::TestTpcdsInsert::()::test_tpcds_partitioned_insert[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
===================================================================================================== FAILURES =====================================================================================================
TestTpcdsInsert.test_tpcds_partitioned_insert[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
tests/query_test/test_tpcds_queries.py:526: in test_tpcds_partitioned_insert
self.run_test_case('partitioned-insert', vector)
tests/common/impala_test_suite.py:501: in run_test_case
self.__verify_results_and_errors(vector, test_section, result, use_db)
tests/common/impala_test_suite.py:359: in __verify_results_and_errors
replace_filenames_with_placeholder)
tests/common/test_result_verifier.py:449: in verify_raw_results
VERIFIER_MAP[verifier](expected, actual)
tests/common/test_result_verifier.py:271: in verify_query_result_is_equal
assert expected_results == actual_results
E assert Comparing QueryTestResults (expected vs actual):
E None != 'Table does not exist.'
E Number of rows returned (expected vs actual): 0 != 1