-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to arrow-go #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please decuple the updates of the go version from the rest of the changes? Thanks!
@@ -15,43 +15,43 @@ | |||
|
|||
module github.com/apache/spark-connect-go/v35 | |||
|
|||
go 1.21 | |||
go 1.22.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change needed? Do we need to update the go version at the same time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -115,5 +115,5 @@ jobs: | |||
- name: golangci-lint | |||
uses: golangci/golangci-lint-action@v6 | |||
with: | |||
version: v1.59 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
Wow, v18.0.0 is released formally. |
Looks good, I tested locally as well. Thanks a lot! |
merging to master |
What changes were proposed in this pull request?
The Arrow Go has its own repo now, see
apache/arrow#44293
Why are the changes needed?
Does this PR introduce any user-facing change?
No
How was this patch tested?