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

Undeprecate Option data type #2276

Merged
merged 1 commit into from Mar 2, 2021
Merged

Conversation

franciscodr
Copy link
Collaborator

The Option datatype was deprecated in favor of Nullable types because the latter is faster than boxed types like Option. However, it will be supported by Arrow again to interop with Java-based libraries that use null as signal or interruption value like ReactiveX RxJava.

@franciscodr franciscodr requested a review from a team March 2, 2021 10:57
Copy link
Member

@aballano aballano left a comment

Choose a reason for hiding this comment

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

still "yass" 😄

Copy link
Member

@nomisRev nomisRev left a comment

Choose a reason for hiding this comment

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

👌

@nomisRev nomisRev merged commit 72b5258 into master Mar 2, 2021
@nomisRev nomisRev deleted the paco-undeprecate-option-datatype branch March 2, 2021 11:25
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.

None yet

4 participants