eric-maynard commented on code in PR #1433:
URL: https://github.com/apache/polaris/pull/1433#discussion_r2056879996


##########
extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc/DatasourceOperations.java:
##########
@@ -135,7 +128,6 @@ public <T, R> List<R> executeSelect(
       }
       return resultList;
     } catch (SQLException e) {
-      LOGGER.debug("Error executing query {}", query, e);
       throw e;
     } catch (Exception e) {
       throw new RuntimeException(e);

Review Comment:
   Sorry I missed this as I merged. The PR looked like a pretty simple red diff 
to me... where is the reflection that we should remove?



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