HIVE-29035 : new version of cache #6441
Conversation
…e DB to ensure no stale table object is returned;
- improved check; - quiesce console logs due to internal throws in servlet;
|
@ayushtkn if you have some spare time to review, thanks |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 9 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 12 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| HttpResponse<String> response; | ||
| try (HttpClient client = HttpClient.newHttpClient()) { | ||
| response = client.send(request, HttpResponse.BodyHandlers.ofString()); | ||
| } |
|
@henrib Could you please rebase this branch? My update introduced a conflict. Thanks. |
|
|
@henrib there are some warnings from Sonar & I feel few could be fixed |



This checks the table location from HMS DB to ensure no stale table object is returned;