okumin commented on PR #6425: URL: https://github.com/apache/hive/pull/6425#issuecomment-4385160036
I merged the master branch and [resolved conflicts](https://github.com/apache/hive/pull/6425/changes/6f7886d4eb938dcb2db77ff7ba95944049d20a31). Additionally, I found that we can't see anything when a 5xx error occurs. I updated it so [we can see a similar log on server errors](https://github.com/apache/hive/pull/6425/changes/1526ec380a0d3b3ce379b367c753d8870bc3f7d2), and INFO log for non-server errors for convenience. ``` 2026-05-06T04:41:44,152 INFO [qtp1381730594-59] rest.HMSCatalogAdapter: A client error happened while processing REST request: Table does not exist: default.does_not_exist ``` -- 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]
