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

Make row its crate to make it accessible from physical-expr #2283

Merged
merged 4 commits into from
Apr 21, 2022

Conversation

yjshen
Copy link
Member

@yjshen yjshen commented Apr 20, 2022

Which issue does this PR close?

Part of #2188.

Based on #2261.

Rationale for this change

To use row in physical aggregation expressions.

What changes are included in this PR?

Move row out of datafusion core to its own crate.

Are there any user-facing changes?

Yes, but the row itself is behind a feature gate and still under development.

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Apr 20, 2022
@yjshen yjshen mentioned this pull request Apr 20, 2022
3 tasks
@yjshen yjshen marked this pull request as ready for review April 20, 2022 13:31
@yjshen yjshen requested review from andygrove and alamb April 21, 2022 10:51
[package]
name = "datafusion-row"
description = "Row backed by raw bytes for DataFusion query engine"
version = "7.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

Do we really want to start with version 7.0.0 for this crate?

Copy link
Member Author

Choose a reason for hiding this comment

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

or 0.1.0 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is following the model of the other datafusion sub crates (which are all versioned the same -- 7.0.0).

Copy link
Member

Choose a reason for hiding this comment

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

ok, that makes sense

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

I like it -- thanks @yjshen

[package]
name = "datafusion-row"
description = "Row backed by raw bytes for DataFusion query engine"
version = "7.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is following the model of the other datafusion sub crates (which are all versioned the same -- 7.0.0).

@andygrove andygrove merged commit cd8bfb4 into apache:master Apr 21, 2022
@yjshen yjshen deleted the cr_row branch April 22, 2022 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants