mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
Fix planner test failure due to empty tpch temp tables
This commit is contained in:
committed by
Henry Robinson
parent
f29414e4fa
commit
03f04518d7
@@ -19,8 +19,8 @@ class TestTpchQuery(ImpalaTestSuite):
|
||||
# execute over
|
||||
if cls.exploration_strategy() == 'core':
|
||||
cls.TestMatrix.add_constraint(lambda v:\
|
||||
v.get_value('table_format').file_format == 'seq' and\
|
||||
v.get_value('table_format').compression_codec == 'snap' and\
|
||||
v.get_value('table_format').file_format == 'text' and\
|
||||
v.get_value('table_format').compression_codec == 'none' and\
|
||||
v.get_value('table_format').compression_type != 'record')
|
||||
|
||||
cls.TestMatrix.add_constraint(lambda v:\
|
||||
|
||||
Reference in New Issue
Block a user