lidavidm commented on code in PR #964:
URL: https://github.com/apache/arrow-adbc/pull/964#discussion_r1287432688


##########
c/driver/postgresql/statement.cc:
##########
@@ -679,6 +679,7 @@ int TupleReader::GetNext(struct ArrowArray* out) {
     return EIO;
   }
 
+  is_finished_ = true;

Review Comment:
   This seems wrong, we want to mark the reader as finished whether there is an 
error or not



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