zeroshade commented on code in PR #35723:
URL: https://github.com/apache/arrow/pull/35723#discussion_r1213376339


##########
go/internal/types/extension_types.go:
##########
@@ -24,7 +24,7 @@ import (
        "reflect"
        "strings"
 
-       "github.com/goccy/go-json"
+       "github.com/apache/arrow/go/v13/internal/json"
 
        "github.com/apache/arrow/go/v13/arrow"
        "github.com/apache/arrow/go/v13/arrow/array"

Review Comment:
   the failed dev scripts test is because when we run the auto update scripts 
this gets updated as a separate block. Can you remove the empty space below the 
updated import and just group all the arrow imports together (alphabetically)?
   
   i.e.:
   
   ```
   ...
   "strings"
   
   "github.com/apache/arrow/go/v13/arrow"
   "github.com/apache/arrow/go/v13/arrow/array"
   "github.com/apache/arrow/go/v13/internal/json"
   "github.com/google/uuid"
   "golang.org/x/xerrors"
   ```
   
   thanks.



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