paleolimbot commented on PR #870:
URL: https://github.com/apache/arrow-adbc/pull/870#issuecomment-1622169816

   A row-based limit would be better than nothing...most of the changes here 
are just allowing `GetNext()` to be called more than once. I wonder if a 
size-based limit would be prohibitively expensive to compute for each row for 
other drivers (here we can approximate the size based on the size of each COPY 
message which is maybe cheap enough).


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