[
https://issues.apache.org/jira/browse/IMPALA-10441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17269140#comment-17269140
]
ASF subversion and git services commented on IMPALA-10441:
----------------------------------------------------------
Commit cdf5108aa96df43ee3c1b71a5e5ad7f5e38bee24 in impala's branch
refs/heads/master from Laszlo Gaal
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=cdf5108 ]
IMPALA-10441: Skip test_bytes_read_per_column if not on local minicluster
IMPALA-9865 part 2 made some expected outcomes of the above test steps
stricter. Unfortunately these stricter results are only valid when the
tests are run on an HDFS file system in the context of a local
minicluster, breaking the same test on S3 and EC storage.
The patch disables the test step when run outside the context of a local
minicluster HDFS.
Change-Id: If8a179937c9c7c690dd2630549464dbe6aa1b834
Reviewed-on: http://gerrit.cloudera.org:8080/16964
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> query_test.test_scanners.TestParquet.test_bytes_read_per_column fails on S3
> and EC builds
> -----------------------------------------------------------------------------------------
>
> Key: IMPALA-10441
> URL: https://issues.apache.org/jira/browse/IMPALA-10441
> Project: IMPALA
> Issue Type: Bug
> Reporter: Laszlo Gaal
> Assignee: Tim Armstrong
> Priority: Blocker
> Labels: broken-build
>
> The test fails for all debug actions exercised in the test set.
> Error backtrace is:
> {code}
> query_test/test_scanners.py:1006: in test_bytes_read_per_column
> assert len(compressed_bytes_read_per_col_summaries) == 4
> E assert 2 == 4
> E + where 2 = len([TSummaryStatsCounter(total_num_values=0, name=None,
> max_value=0, sum=0, min_value=0, unit=None),
> TSummaryStatsCounter(total_num_values=0, name=None, max_value=0, sum=0,
> min_value=0, unit=None)])
> {code}
> The symptom on builds testing HDFS erasure-coding is slightly different (the
> mismatching number is different):
> {code}
> query_test/test_scanners.py:1006: in test_bytes_read_per_column
> assert len(compressed_bytes_read_per_col_summaries) == 4
> E assert 3 == 4
> E + where 3 = len([TSummaryStatsCounter(total_num_values=0, name=None,
> max_value=0, sum=0, min_value=0, unit=None),
> TSummaryStatsCounter...n_value=0, unit=None),
> TSummaryStatsCounter(total_num_values=0, name=None, max_value=0, sum=0,
> min_value=0, unit=None)])
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]