Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Migrate to arrow-go #83

wants to merge 3 commits into from

Conversation

haoxins
Copy link
Contributor

@haoxins haoxins commented Oct 17, 2024

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?

Copy link
Contributor

@grundprinzip grundprinzip left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@haoxins
Copy link
Contributor Author

haoxins commented Oct 23, 2024

Wow, v18.0.0 is released formally.

@grundprinzip
Copy link
Contributor

Looks good, I tested locally as well. Thanks a lot!

@grundprinzip
Copy link
Contributor

merging to master

@haoxins haoxins deleted the arrow-18 branch October 25, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants