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


##########
go/adbc/driver/flightsql/flightsql_statement.go:
##########
@@ -650,9 +675,18 @@ func (s *statement) BindStream(_ context.Context, stream 
array.RecordReader) err
        }
 
        if s.prepared == nil {

Review Comment:
   Can't we combine this clause with the one above?



##########
go/adbc/driver/flightsql/flightsql_statement.go:
##########
@@ -617,9 +633,18 @@ func (s *statement) Bind(_ context.Context, values 
arrow.RecordBatch) error {
        }
 
        if s.prepared == nil {

Review Comment:
   ditto here



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