pgaref opened a new pull request #952: HIVE-23006 ProbeDecode compiler support URL: https://github.com/apache/hive/pull/952 This patch adds an extra optimisation step with the goal of finding Table Scan operators that could reduce the number of rows decoded at runtime using extra available information. It currently looks for all the available MapJoin operators that could use the smaller HashTable on the probing side (where TS is) to filter-out rows that would never match. To do so the HashTable information is pushed down to the TS properties and then propagated as part of MapWork. If the a single TS is used by multiple operators (shared-word), this rule can not be applied.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
