lidavidm commented on code in PR #40848:
URL: https://github.com/apache/arrow/pull/40848#discussion_r1543565392


##########
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:
   That...seems like a serious bug if true. More likely I'd say a missed COMMIT 
or just a race condition where we aren't actually finishing inserting data?



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