[ 
https://issues.apache.org/jira/browse/IMPALA-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16818062#comment-16818062
 ] 

Attila Jeges commented on IMPALA-8415:
--------------------------------------

test_ddl.py is affected too:

{code}
metadata/test_ddl.py:512: in test_view_hints
    assert """PLAN-ROOT SINK
E   assert 'PLAN-ROOT SINK\n08:EXCHANGE [UNPARTITIONED]\n04:HASH JOIN [INNER 
JOIN, PARTITIONED]\n|--07:EXCHANGE [HASH(c.id)]\n|  ...ADCAST]\n|--05:EXCHANGE 
[BROADCAST]\n|  01:SCAN HDFS [functional.alltypes b]\n00:SCAN HDFS 
[functional.alltypestiny a]' in 'Max Per-Host Resource Reservation: 
Memory=7.92MB Threads=8\nPer-Host Resource Estimates: Memory=232MB\nCodegen 
disabl... BROADCAST]\n|--05:EXCHANGE [BROADCAST]\n|  01:SCAN S3 
[functional.alltypes b]\n00:SCAN S3 [functional.alltypestiny a]'
E    +  where 'Max Per-Host Resource Reservation: Memory=7.92MB 
Threads=8\nPer-Host Resource Estimates: Memory=232MB\nCodegen disabl... 
BROADCAST]\n|--05:EXCHANGE [BROADCAST]\n|  01:SCAN S3 [functional.alltypes 
b]\n00:SCAN S3 [functional.alltypestiny a]' = <built-in method join of str 
object at 0x3aa0260>(['Max Per-Host Resource Reservation: Memory=7.92MB 
Threads=8', 'Per-Host Resource Estimates: Memory=232MB', 'Codegen disabled by 
planner', '', 'PLAN-ROOT SINK', '08:EXCHANGE [UNPARTITIONED]', ...])
E    +    where <built-in method join of str object at 0x3aa0260> = '\n'.join
E    +    and   ['Max Per-Host Resource Reservation: Memory=7.92MB Threads=8', 
'Per-Host Resource Estimates: Memory=232MB', 'Codegen disabled by planner', '', 
'PLAN-ROOT SINK', '08:EXCHANGE [UNPARTITIONED]', ...] = 
<tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x6657810>.data
{code}

> test_corrupt_stats exhaustive test failed
> -----------------------------------------
>
>                 Key: IMPALA-8415
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8415
>             Project: IMPALA
>          Issue Type: Test
>          Components: Backend
>    Affects Versions: Impala 3.2.0
>            Reporter: Attila Jeges
>            Assignee: Sahil Takiar
>            Priority: Critical
>              Labels: broken-build
>
> IMPALA-6050 broke test_corrupt_stats exhaustive test:
> {code:java}
> metadata/test_compute_stats.py:238: in test_corrupt_stats
>     self.run_test_case('QueryTest/corrupt-stats', vector, unique_database)
> common/impala_test_suite.py:517: in run_test_case
>     self.__verify_results_and_errors(vector, test_section, result, use_db)
> common/impala_test_suite.py:370: in __verify_results_and_errors
>     replace_filenames_with_placeholder)
> common/test_result_verifier.py:449: in verify_raw_results
>     VERIFIER_MAP[verifier](expected, actual)
> common/test_result_verifier.py:239: in verify_query_result_is_subset
>     assert expected_literal_strings <= actual_literal_strings
> E   assert Items in expected results not found in actual results:
> E     '   partitions=1/2 files=1 size=24B'
> E     Items in actual results:
> E     '02:EXCHANGE [UNPARTITIONED]'
> E     'Max Per-Host Resource Reservation: Memory=8.00KB Threads=3'
> E     '|  output: count(*)'
> E     '|  row-size=8B cardinality=0'
> E     'test_corrupt_stats_bb50e9c7.corrupted'
> E     'WARNING: The following tables have potentially corrupt table 
> statistics.'
> E     'Per-Host Resource Estimates: Memory=52MB'
> E     '03:AGGREGATE [FINALIZE]'
> E     '   partition predicates: org = 1'
> E     'PLAN-ROOT SINK'
> E     ''
> E     '|  output: count:merge(*)'
> E     '   HDFS partitions=1/2 files=1 size=24B'
> E     '   row-size=0B cardinality=0'
> E     '|'
> E     '00:SCAN HDFS [test_corrupt_stats_bb50e9c7.corrupted]'
> E     '01:AGGREGATE'
> E     'Drop and re-compute statistics to resolve this problem.'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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