SparksFyz opened a new pull request #2798: URL: https://github.com/apache/hive/pull/2798
For CommonMergeJoinOperator, the tableDesc will be null in the case that all columns in that table is not used. The tableDesc is null lead to using a dummy row to denote all rows in that table instead of adding row into rowContainer. However, rows in that table cannot be ignored when it contains filter in on clause. Reproduced steps are commented in the following ticket. https://issues.apache.org/jira/browse/HIVE-25721 -- 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]
