vigneshio commented on code in PR #4810:
URL: https://github.com/apache/polaris/pull/4810#discussion_r3429345384


##########
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:
   Agreed. I updated the Connection parameters to use @NonNull for consistency 
with the rest of the method arguments and the private helper. Included in the 
latest commit.



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