WillAyd commented on code in PR #1148:
URL: https://github.com/apache/arrow-adbc/pull/1148#discussion_r1347784278


##########
c/driver/postgresql/postgres_copy_reader.h:
##########
@@ -1260,10 +1245,13 @@ class PostgresCopyStreamWriter {
     return NANOARROW_OK;
   }
 
+  const uint8_t* BufferData() const { return buffer_.value.data; }

Review Comment:
   Not sure this is the best way to expose this



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