Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
Impala 2.9.0
-
None
Description
The following failure was seen recently on a test run:
23:20:09 =================================== FAILURES =================================== 23:20:09 TestHdfsCachingDdl.test_caching_ddl[exec_option: {'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0, 'batch_size': 0, 'num_nodes': 0} | table_format: text/none] 23:20:09 query_test/test_hdfs_caching.py:208: in test_caching_ddl 23:20:09 assert num_entries_pre == get_num_cache_requests() 23:20:09 E assert 9 == 10 23:20:09 E + where 10 = get_num_cache_requests()