dimas-b commented on code in PR #4810:
URL: https://github.com/apache/polaris/pull/4810#discussion_r3428406612


##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/DatasourceOperations.java:
##########
@@ -189,6 +189,40 @@ public <T> void executeSelectOverStream(
         });
   }
 
+  /** Connection-aware version for use inside runWithinTransaction. */
+  public <T> void executeSelectOverStream(
+      Connection connection,

Review Comment:
   why not `@NonNull` like the other parameters? 🤷 



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