zeroshade commented on code in PR #35457: URL: https://github.com/apache/arrow/pull/35457#discussion_r1187611874
########## .gitignore: ########## @@ -91,4 +91,6 @@ java-native-cpp/ # archery files dev/archery/build -swift/Arrow/.build \ No newline at end of file +swift/Arrow/.build + +go/vendor Review Comment: You're correct that vendoring and committing them isn't required. I'm more confused why you ran `go mod vendor` in the first place :smile: There's already the go module cache so why did you need to run `go mod vendor`? -- 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]
