-
Notifications
You must be signed in to change notification settings - Fork 6
feat: Make ArrowTypeId
and Info
enums Sendable
#43
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
Conversation
To @kou , the CI failure is a known bug of
|
The CI fails 3 times consecutively with the same step, |
Could you rebase on main to use Swift 6.0 and 6.1 on CI? |
Sure. Rebased, @kou . |
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.
+1
I couldn't find any build error log difference with/without this change. But I trust you.
Could you work on #52 as the next issue? Because it's the build errors reported in CI?
I know what you mean. This is one of the patches required to run on Swift 6, apache/spark-connect-swift#6 . Currently, it's hidden by other failures.
Thank you for merging. |
BTW, @kou , what you mentioned are
|
What's Changed
This PR aims to make
ArrowTypeId
andInfo
enumsSendable
explicitly in order to compile on Swift 6+.Closes #44.