kasakrisz opened a new pull request #2469: URL: https://github.com/apache/hive/pull/2469
### What changes were proposed in this pull request? Map partition key columns in TNK operator to columns in parent select operator when pushing TNK through Select. ### Why are the changes needed? Partition key columns are not mapped and may contains invalid column references to parent operator schema. ### Does this PR introduce _any_ user-facing change? Yes. Queries with plan mentioned in the jira won't fail with `can not find <colref>` error at execution time. ### How was this patch tested? ``` mvn test -Dtest.output.overwrite -DskipSparkTests -Dtest=TestMiniLlapLocalCliDriver -Dqfile=external_jdbc_table_perf.q -pl itests/qtest -Pitests ``` -- 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]
