[ https://issues.apache.org/jira/browse/IMPALA-13959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Riza Suminto resolved IMPALA-13959. ----------------------------------- Fix Version/s: Impala 5.0.0 Resolution: Fixed > TestHmsIntegration.test_change_parquet_column_type fail in exhaustive mode > -------------------------------------------------------------------------- > > Key: IMPALA-13959 > URL: https://issues.apache.org/jira/browse/IMPALA-13959 > Project: IMPALA > Issue Type: Bug > Components: Test > Reporter: Riza Suminto > Assignee: Riza Suminto > Priority: Major > Fix For: Impala 5.0.0 > > > TestHmsIntegration.test_change_parquet_column_type fail in exhaustive mode > with following error: > {noformat} > Error Message > assert 'class org.apache.hadoop.io.Text cannot be cast to class > org.apache.hadoop.io.IntWritable' in 'Picked up JAVA_TOOL_OPTIONS: \nSLF4J: > Class path contains multiple SLF4J bindings.\nSLF4J: Found binding in > [jar:file...ang.ClassCastException: org.apache.hadoop.io.Text cannot be cast > to org.apache.hadoop.io.IntWritable (state=,code=1)\n' + where 'Picked up > JAVA_TOOL_OPTIONS: \nSLF4J: Class path contains multiple SLF4J > bindings.\nSLF4J: Found binding in [jar:file...ang.ClassCastException: > org.apache.hadoop.io.Text cannot be cast to org.apache.hadoop.io.IntWritable > (state=,code=1)\n' = str(RuntimeError('Picked up JAVA_TOOL_OPTIONS: \nSLF4J: > Class path contains multip...io.Text cannot be cast to > org.apache.hadoop.io.IntWritable (state=,code=1)\n',)) > Stacktrace > /data/jenkins/workspace/impala-private-basic-parameterized/repos/Impala/tests/metadata/test_hms_integration.py:791: > in test_change_parquet_column_type > self.run_stmt_in_hive, 'select * from %s' % table_name, err_msg) > /data/jenkins/workspace/impala-private-basic-parameterized/repos/Impala/tests/metadata/test_hms_integration.py:294: > in assert_sql_error > assert str_in_error in str(e) > E assert 'class org.apache.hadoop.io.Text cannot be cast to class > org.apache.hadoop.io.IntWritable' in 'Picked up JAVA_TOOL_OPTIONS: \nSLF4J: > Class path contains multiple SLF4J bindings.\nSLF4J: Found binding in > [jar:file...ang.ClassCastException: org.apache.hadoop.io.Text cannot be cast > to org.apache.hadoop.io.IntWritable (state=,code=1)\n' > E + where 'Picked up JAVA_TOOL_OPTIONS: \nSLF4J: Class path contains > multiple SLF4J bindings.\nSLF4J: Found binding in > [jar:file...ang.ClassCastException: org.apache.hadoop.io.Text cannot be cast > to org.apache.hadoop.io.IntWritable (state=,code=1)\n' = > str(RuntimeError('Picked up JAVA_TOOL_OPTIONS: \nSLF4J: Class path contains > multip...io.Text cannot be cast to org.apache.hadoop.io.IntWritable > (state=,code=1)\n',)){noformat} > This is due to a missing int parsing introduced by IMPALA-13920. > [https://github.com/apache/impala/blob/047cf9ff4d3c68c32be0965fbc3cb0c245d3b3b1/tests/metadata/test_hms_integration.py#L789] > -- This message was sent by Atlassian Jira (v8.20.10#820010)