amansinha100 commented on PR #3852: URL: https://github.com/apache/hive/pull/3852#issuecomment-1386647977
> > 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 Ah ok. I was looking for a direct dependency. -- 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