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

refactor(type): move nullable out of DataType #836

Merged
merged 3 commits into from
Mar 11, 2024
Merged

Conversation

wangrunji0408
Copy link
Member

This PR moves nullable out of DataType and puts it into ColumnDesc. The original DataTypeKind is renamed to DataType.

This is to make it align with other projects like arrow-rs and RisingWave. Actually I'm planning to migrate the entire array module to arrow-rs, so that we can be more standard and have better interoperability with the community.

Signed-off-by: Runji Wang <[email protected]>
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

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

Thanks!

@wangrunji0408 wangrunji0408 added this pull request to the merge queue Mar 11, 2024
Merged via the queue into main with commit 726cb22 Mar 11, 2024
4 checks passed
@wangrunji0408 wangrunji0408 deleted the wrj/datatype branch March 11, 2024 03:01
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