lidavidm commented on code in PR #40848:
URL: https://github.com/apache/arrow/pull/40848#discussion_r1543566945
##########
go/arrow/flight/flightsql/driver/driver_test.go:
##########
@@ -619,6 +619,7 @@ func (s *SqlTestSuite)
TestRowsPrematureCloseDuringNextLoop() {
require.NoError(t, err)
require.Equal(t, int64(rowCount), insertedRows)
+ time.Sleep(200 * time.Millisecond)
Review Comment:
oh well, this driver code from the start was just duplicating adbc for some
reason anyways so I'm not too concerned with it
--
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]