-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.5.0
-
Fix Version/s: 0.6.0
-
Component/s: Query Processor
-
Labels:None
-
Hadoop Flags:Reviewed
Predicate push down does not work with UDTF's in lateral views
hive> SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS k WHERE k=1;
FAILED: Unknown exception: null
hive>