yuqi1129 commented on code in PR #9513:
URL: https://github.com/apache/gravitino/pull/9513#discussion_r2633516547
##########
lance/lance-rest-server/src/main/java/org/apache/gravitino/lance/service/LanceExceptionMapper.java:
##########
@@ -42,6 +42,8 @@ public static Response toRESTResponse(String instance,
Exception ex) {
? (LanceNamespaceException) ex
: toLanceNamespaceException(instance, ex);
+ LOG.error("Handling Lance exception: {}", lanceException.getMessage());
Review Comment:
This is to address the issue that no error messages are displayed in the
Lance REST server if something goes wrong within it.
--
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]