konstantinb commented on code in PR #6014: URL: https://github.com/apache/hive/pull/6014#discussion_r2320267686
########## ql/src/test/queries/clientpositive/lateral_view_cbo_ppd_filter_loss.q: ########## @@ -0,0 +1,33 @@ +-- SORT_QUERY_RESULTS +-- HIVE-29084: LATERAL VIEW cartesian product schema construction + +-- Verifies PPD doesn't eliminate OR filter comparing base table vs lateral view columns +SELECT t.key, t.value, lv.col +FROM (SELECT '238' AS key, 'val_238' AS value) t Review Comment: this is indeed a redundant column in all test queries, eliminating -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org