Skip to content

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.

@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 alamb and andygrove 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants