cxzl25 opened a new pull request, #4616: URL: https://github.com/apache/hive/pull/4616
### What changes were proposed in this pull request? ### Why are the changes needed? Reduce unnecessary SQL queries generated by HMS. ```sql 2023-08-14T10:21:57.765615Z 26 Query SELECT `A0`.`VIEW_ORIGINAL_TEXT` FROM `TBLS` `A0` WHERE `A0`.`TBL_ID` = 2 2023-08-14T10:21:57.766149Z 26 Query SELECT `A0`.`VIEW_EXPANDED_TEXT` FROM `TBLS` `A0` WHERE `A0`.`TBL_ID` = 2 ``` ### Does this PR introduce _any_ user-facing change? No ### Is the change a dependency upgrade? No ### How was this patch tested? local test -- 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]
