You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fang-Yu Rao (JIRA)" <ji...@apache.org> on 2019/08/18 01:42:00 UTC

[jira] [Updated] (IMPALA-8875) TestHmsIntegration.test_drop_column_maintains_stats seems flaky

     [ https://issues.apache.org/jira/browse/IMPALA-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fang-Yu Rao updated IMPALA-8875:
--------------------------------
    Description: 
The test of TestHmsIntegration.test_drop_column_maintains_stats seems flaky. The related test file was updated recently due to https://issues.apache.org/jira/browse/IMPALA-8823. Create this JIRA to track this failed test.

The error messages are provided in the following.
{code:java}
Error Message 
assert {'avg_col_len...ializer', ...} == {'COLUMN_STATS...me': 'x', ...} Common items: {'avg_col_len': '', 'bitVector': '', 'col_name': 'x', 'comment': 'from deserializer', 'data_type': 'int', 'distinct_count': '0', 'max': '0', 'max_col_len': '', 'min': '0', 'num_falses': '', 'num_nulls': '0', 'num_trues': ''} Right contains more items: {'COLUMN_STATS_ACCURATE': '{}'} Full diff: + {'COLUMN_STATS_ACCURATE': '{}', - {'avg_col_len': '', ? ^ + 'avg_col_len': '', ? ^ 'bitVector': '', 'col_name': 'x', 'comment': 'from deserializer', 'data_type': 'int', 'distinct_count': '0', 'max': '0', 'max_col_len': '', 'min': '0', 'num_falses': '', 'num_nulls': '0', 'num_trues': ''}
{code}
The stack trace is given as follows.
{code:java}
Stacktrace

metadata/test_hms_integration.py:390: in test_drop_column_maintains_stats
    assert hive_x_stats == self.hive_column_stats(table_name, 'x')
E   assert {'avg_col_len...ializer', ...} == {'COLUMN_STATS...me': 'x', ...}
E     Common items:
E     {'avg_col_len': '',
E      'bitVector': '',
E      'col_name': 'x',
E      'comment': 'from deserializer',
E      'data_type': 'int',
E      'distinct_count': '0',
E      'max': '0',
E      'max_col_len': '',
E      'min': '0',
E      'num_falses': '',
E      'num_nulls': '0',
E      'num_trues': ''}
E     Right contains more items:
E     {'COLUMN_STATS_ACCURATE': '{}'}
E     Full diff:
E     + {'COLUMN_STATS_ACCURATE': '{}',
E     - {'avg_col_len': '',
E     ? ^
E     +  'avg_col_len': '',
E     ? ^
E     'bitVector': '',
E     'col_name': 'x',
E     'comment': 'from deserializer',
E     'data_type': 'int',
E     'distinct_count': '0',
E     'max': '0',
E     'max_col_len': '',
E     'min': '0',
E     'num_falses': '',
E     'num_nulls': '0',
E     'num_trues': ''}
{code}

  was:The test of TestHmsIntegration.test_drop_column_maintains_stats seems flaky. The related test file was updated recently due to https://issues.apache.org/jira/browse/IMPALA-8823. Create this JIRA to track this failed test.


> TestHmsIntegration.test_drop_column_maintains_stats seems flaky
> ---------------------------------------------------------------
>
>                 Key: IMPALA-8875
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8875
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Fang-Yu Rao
>            Priority: Blocker
>              Labels: broken-build
>
> The test of TestHmsIntegration.test_drop_column_maintains_stats seems flaky. The related test file was updated recently due to https://issues.apache.org/jira/browse/IMPALA-8823. Create this JIRA to track this failed test.
> The error messages are provided in the following.
> {code:java}
> Error Message 
> assert {'avg_col_len...ializer', ...} == {'COLUMN_STATS...me': 'x', ...} Common items: {'avg_col_len': '', 'bitVector': '', 'col_name': 'x', 'comment': 'from deserializer', 'data_type': 'int', 'distinct_count': '0', 'max': '0', 'max_col_len': '', 'min': '0', 'num_falses': '', 'num_nulls': '0', 'num_trues': ''} Right contains more items: {'COLUMN_STATS_ACCURATE': '{}'} Full diff: + {'COLUMN_STATS_ACCURATE': '{}', - {'avg_col_len': '', ? ^ + 'avg_col_len': '', ? ^ 'bitVector': '', 'col_name': 'x', 'comment': 'from deserializer', 'data_type': 'int', 'distinct_count': '0', 'max': '0', 'max_col_len': '', 'min': '0', 'num_falses': '', 'num_nulls': '0', 'num_trues': ''}
> {code}
> The stack trace is given as follows.
> {code:java}
> Stacktrace
> metadata/test_hms_integration.py:390: in test_drop_column_maintains_stats
>     assert hive_x_stats == self.hive_column_stats(table_name, 'x')
> E   assert {'avg_col_len...ializer', ...} == {'COLUMN_STATS...me': 'x', ...}
> E     Common items:
> E     {'avg_col_len': '',
> E      'bitVector': '',
> E      'col_name': 'x',
> E      'comment': 'from deserializer',
> E      'data_type': 'int',
> E      'distinct_count': '0',
> E      'max': '0',
> E      'max_col_len': '',
> E      'min': '0',
> E      'num_falses': '',
> E      'num_nulls': '0',
> E      'num_trues': ''}
> E     Right contains more items:
> E     {'COLUMN_STATS_ACCURATE': '{}'}
> E     Full diff:
> E     + {'COLUMN_STATS_ACCURATE': '{}',
> E     - {'avg_col_len': '',
> E     ? ^
> E     +  'avg_col_len': '',
> E     ? ^
> E     'bitVector': '',
> E     'col_name': 'x',
> E     'comment': 'from deserializer',
> E     'data_type': 'int',
> E     'distinct_count': '0',
> E     'max': '0',
> E     'max_col_len': '',
> E     'min': '0',
> E     'num_falses': '',
> E     'num_nulls': '0',
> E     'num_trues': ''}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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