Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iterator: add test for deserializing borrowed types
The tests currently fails... see code comment for details. Therefore, I'm going to remove TypedRowLendingStream altogether. If in the future we find the solution to make it work, we can extend the API by adding the `rows_lending_stream` method again. Now we can simply unpub TypedRowLendingStream and remove `rows_lending_stream` method, and not mention it in the docs. This, however, is not a blocker for this PR. Whatever the solution is going to be (if we find one), it's going to only concern the uppermost layer of the API, not changing QueryPager at all. After review of this and gaining acceptance of the reviewer, I'm going to revert this commit and introduce the above changes.
- Loading branch information