Vineet Garg created HIVE-24731:
----------------------------------

             Summary: NullPointerException with parameterized query
                 Key: HIVE-24731
                 URL: https://issues.apache.org/jira/browse/HIVE-24731
             Project: Hive
          Issue Type: Sub-task
          Components: Query Planning
            Reporter: Vineet Garg


*Repro*
{code:sql}
explain prepare pint2 from select t2.ctinyint as ag from alltypesorc t1 join 
alltypesorc t2 on t1.cint=t2.cint where t1.cint <= ? ;

explain execute pint2 using 100;
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to