[ https://issues.apache.org/jira/browse/HIVE-19980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Prasanth Jayachandran updated HIVE-19980: ----------------------------------------- Resolution: Fixed Fix Version/s: 4.0.0 3.1.0 Status: Resolved (was: Patch Available) Committed to branch-3 and master. Thanks for the review! > GenericUDTFGetSplits fails when order by query returns 0 rows > ------------------------------------------------------------- > > Key: HIVE-19980 > URL: https://issues.apache.org/jira/browse/HIVE-19980 > Project: Hive > Issue Type: Bug > Affects Versions: 3.1.0, 4.0.0 > Reporter: Kshitij Badani > Assignee: Prasanth Jayachandran > Priority: Major > Fix For: 3.1.0, 4.0.0 > > Attachments: HIVE-19980.1.patch, HIVE-19980.2.patch, > HIVE-19980.3.patch > > > When order by query returns 0 rows, there will not be any files in temporary > table location for GenericUDTFGetSplits > which results in the following exception > {code:java} > Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 > at > org.apache.hadoop.hive.ql.exec.tez.HiveSplitGenerator.initialize(HiveSplitGenerator.java:217) > at > org.apache.hadoop.hive.ql.udf.generic.GenericUDTFGetSplits.getSplits(GenericUDTFGetSplits.java:420) > ... 52 more{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)