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

Parth Chandra updated DRILL-612:
--------------------------------
    Component/s: Query Planning & Optimization

> TPCH: query 06 verification fails
> ---------------------------------
>
>                 Key: DRILL-612
>                 URL: https://issues.apache.org/jira/browse/DRILL-612
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>            Reporter: Zhiyong Liu
>            Priority: Blocker
>             Fix For: 0.4.0
>
>
> 1. Set up drill test framework (see 
> https://github.com/zhiyongliu/incubator-drill/tree/master/testing) and 
> generate TCP H dataset with a scale factor of about 500MB.
> 2. Query file (modified from original by drill dev, and further modified as 
> follows):
> select                                                                        
>                                                    
>   sum(l_extendedprice * l_discount) as revenue                                
>                                                    
> from                                                                          
>                                                    
>   lineitem                                                                    
>                                                    
> where                                                                         
>                                                    
>   l_shipdate >= date '1997-01-01'                                             
>                                                    
>   and l_shipdate < date '1997-01-01' + interval '1' year                      
>                                                    
>   and                                                                         
>                                                    
>   l_discount between 0.03 - 0.01 and 0.03 + 0.01                              
>                                                    
>   and l_quantity < 24
> 3. Drill build:
> git.commit.id=1e0e4dfc96c8e7eb83659784dfbb85cd83d7d243
> 4. The baseline/expected results are generated via Oracle DB.
> 5. Run the above query in the test framework, with verification turned on.
> 6. Verification fails:
> 2014-04-30 14:50:45 INFO  TestVerifier:192 - These rows are not expected:     
>                                                    
> 2014-04-30 14:50:45 INFO  TestVerifier:195 -    2.9759104478299875E7 : 1 
> time(s).                                                
> 2014-04-30 14:50:45 INFO  TestVerifier:202 - Total number of unexpected rows: 
> 1                                                  
> 2014-04-30 14:50:45 INFO  TestVerifier:206 - These rows are expected but are 
> not in result set:                                  
> 2014-04-30 14:50:45 INFO  TestVerifier:209 -    85992847.5 : 1 time(s).       
>                                                    
> 2014-04-30 14:50:45 INFO  TestVerifier:216 - Total number of expected but 
> missing: 1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to