flyrain commented on PR #1430:
URL: https://github.com/apache/polaris/pull/1430#issuecomment-2825290357

   With this change, the whole stack will be printed here, 
https://github.com/polaris-catalog/polaris/blob/dd223c1bd9a0ccfe2520d76e388f0e1940958737/service/common/src/main/java/org/apache/polaris/service/exception/IcebergExceptionMapper.java#L101-L101.
 I think we don't need to log errors like the following in the class 
`DatasourceOperations`, as it kind of duplicates the error in the mapper. WDYT? 
@dimas-b @singhpk234 
   ```
       } catch (SQLException e) {
         LOGGER.debug("Error executing query {}", query, e);
         throw e;
   ```


-- 
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]

Reply via email to