paleolimbot commented on code in PR #2653: URL: https://github.com/apache/arrow-adbc/pull/2653#discussion_r2017584088
########## c/driver/postgresql/statement.cc: ########## @@ -219,55 +220,84 @@ void TupleReader::Release() { row_id_ = -1; } +struct ExportedTupleReader { + std::weak_ptr<TupleReader> self; +}; Review Comment: Can you add a comment about what this is doing (or maybe just link the issue?). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org