VenuReddy2103 opened a new pull request, #4176: URL: https://github.com/apache/hive/pull/4176
### What changes were proposed in this pull request? Added `SessionHiveMetaStoreClient.getTranslateTableDryrun()` that detects the temporary tables and process it. ### Why are the changes needed? Temporary tables are in-memory tables maintained per session at HS2. They not managed at HMS. API calls to HMS are intercepted and processed at `SessionHiveMetaStoreClient` itself for the temporary tables. But missed to intercept for `getTranslateTableDryrun()` API. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tested the scenario manually and added unittests -- 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]
