Qifan Chen has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/18050 )

Change subject: [WIP] IMPALA-10992 Planner changes for estimate peak memory - v2
......................................................................


Patch Set 5:

Resolve plan issue P5.

select count(*) from functional.alltypes
where 7 = (select id from functional.alltypestiny                       
           order by id limit 8 offset 7)               
                                      
Actual does not match expected result:
PLAN-ROOT SINK                                                                 
|                                                             
06:AGGREGATE [FINALIZE]                      
|  output: count(*)         
|  row-size=8B cardinality=1                                                    
  
|                                                                
05:NESTED LOOP JOIN [CROSS JOIN, BROADCAST]     
|  row-size=4B cardinality=7.30K
|                                                                               
   
|--08:EXCHANGE [UNPARTITIONED]                                    
|  |                                             
|  00:SCAN HDFS [functional.alltypes]
|     HDFS partitions=24/24 files=24 size=478.45KB                              
|     row-size=0B cardinality=7.30K                      
|                                       
04:SELECT              
|  predicates: id = 7                                                          
|  row-size=4B cardinality=1                              
|                                        
03:CARDINALITY CHECK    
|  limit: 1                                                                     
  
|  row-size=4B cardinality=1                                 
|                                           
07:MERGING-EXCHANGE [UNPARTITIONED]
|  order by: id ASC                  <===== |  offset: 7                   
^^^^^^^^^^^^^^^^^^^                     
|  limit: 9


--
To view, visit http://gerrit.cloudera.org:8080/18050
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If8a31a574b364f39b049a4bae33a8b98c5fc20bd
Gerrit-Change-Number: 18050
Gerrit-PatchSet: 5
Gerrit-Owner: Qifan Chen <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Kurt Deschler <[email protected]>
Gerrit-Reviewer: Qifan Chen <[email protected]>
Gerrit-Comment-Date: Thu, 02 Dec 2021 17:09:25 +0000
Gerrit-HasComments: No

Reply via email to