Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/LanguageManual/LateralView" page has been changed by PaulYang. http://wiki.apache.org/hadoop/Hive/LanguageManual/LateralView?action=diff&rev1=6&rev2=7 -------------------------------------------------- == Important note == - Currently, there is a bug with lateral views and PPD. If you use a WHERE clause, you may run into this problem. Look for the fix to come out at [https://issues.apache.org/jira/browse/HIVE-1056] + Currently, lateral view does not support the predicate push-down optimization. If you use a WHERE clause, your query may not compile. Look for the fix to come out at [https://issues.apache.org/jira/browse/HIVE-1056] Until then, try adding {{{set hive.optimize.ppd=false;}}} before your query. == Example ==
