Daniel Becker created IMPALA-13275:
--------------------------------------

             Summary: Analytic query leads to NullPointerException
                 Key: IMPALA-13275
                 URL: https://issues.apache.org/jira/browse/IMPALA-13275
             Project: IMPALA
          Issue Type: Bug
            Reporter: Daniel Becker


The following query leads to NullPointerException:


 
{code:java}
select   row_no, i1, i2, small from (
  select
    arr.inner_struct1 i1,         
    arr.inner_struct2 i2, 
    arr.small,
    row_number() over (   order by arr.inner_struct1.str) as row_no   
  from functional_parquet.collection_struct_mix t, t.arr_contains_nested_struct 
arr ) res;{code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to