zabetak commented on PR #3852: URL: https://github.com/apache/hive/pull/3852#issuecomment-1385709912
> Also, the commit message mentions partition pruning but I didn't see changes related to that (I might have missed it). @amansinha100 The partition pruning optimization also relies on the present of the synthetic `IN (...)` predicates generated by `SyntheticJoinPredicate` transformation thus it is also affected by the changes here. For more details: https://github.com/apache/hive/blob/ad0ab58d9945b9a4727ab606f566e1d346bbd20b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java#L91 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
