zeroshade commented on code in PR #206:
URL: https://github.com/apache/arrow-go/pull/206#discussion_r1869970996


##########
arrow/util/protobuf_reflect.go:
##########
@@ -18,6 +18,8 @@ package util
 
 import (
        "fmt"
+       "google.golang.org/protobuf/encoding/protojson"
+       "google.golang.org/protobuf/types/known/structpb"

Review Comment:
   can you shift these includes to be grouped with the others of the same 
prefix below?



##########
arrow/util/protobuf_reflect_test.go:
##########
@@ -19,6 +19,7 @@ package util
 import (
        "encoding/json"
        "fmt"
+       "google.golang.org/protobuf/types/known/structpb"

Review Comment:
   same as above, please place this with the sorted imports below



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