eric-maynard opened a new pull request, #1487: URL: https://github.com/apache/polaris/pull/1487
In `DatasourceOperations.executeSelect`, we currently return a `List` after copying the entire `ResultSet` into a `List`. Instead we can just return an `Iterator` over the data and let the caller close it (as well as the `Connection` backing it) when it's done. This will help in #273 so we can push the page token down into the query but still do client filtering without having to make a copy of the entire `ResultSet`. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org