This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git
from f753d25f600 HIVE-28135: Remove HiveIOExceptionHandlerUtil (#5163) add 3b3c1cf42b2 HIVE-29084: Wrong results for LATERAL VIEW queries due to incorrect WHERE filter removal (#6014) No new revisions were added by this update. Summary of changes: .../optimizer/calcite/translator/ASTConverter.java | 32 ++++------ .../lateral_view_cbo_ppd_filter_loss.q | 28 +++++++++ .../llap/lateral_view_cbo_ppd_filter_loss.q.out | 71 ++++++++++++++++++++++ .../results/clientpositive/llap/lineage2.q.out | 2 +- 4 files changed, 112 insertions(+), 21 deletions(-) create mode 100644 ql/src/test/queries/clientpositive/lateral_view_cbo_ppd_filter_loss.q create mode 100644 ql/src/test/results/clientpositive/llap/lateral_view_cbo_ppd_filter_loss.q.out