Zoltán Borók-Nagy created IMPALA-12904:
------------------------------------------

             Summary: test_type_conversions_hive3 silently passes because of 
wrongly defined test dimensions
                 Key: IMPALA-12904
                 URL: https://issues.apache.org/jira/browse/IMPALA-12904
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Zoltán Borók-Nagy


test_type_conversions_hive3 silently passes because we are not creating the 
test dimenstion for query option orc_shema_resolution correctly.

Instead of:

 
{noformat}
cls.ImpalaTestMatrix.add_dimension(ImpalaTestDimension('orc_schema_resolution', 
0, 1)){noformat}
We should do the following:
{noformat}
add_exec_option_dimension(cls, 'orc_schema_resolution', [0, 1]){noformat}
We should fix how we add the test dimension, and also fix the underlying bug it 
reveals.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to