benibus commented on code in PR #38797:
URL: https://github.com/apache/arrow/pull/38797#discussion_r1399812967


##########
go/arrow/datatype_fixedwidth_test.go:
##########
@@ -180,6 +181,29 @@ func TestTimestampType_GetToTimeFunc(t *testing.T) {
        assert.Equal(t, "2345-12-29T19:00:00-05:00", 
toTimeNY(ts).Format(time.RFC3339))
 }
 
+func TestGetToTimeFuncRace(t *testing.T) {

Review Comment:
   ```suggestion
   // Test race condition from GH-38795
   func TestGetToTimeFuncRace(t *testing.T) {
   ```



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