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

Prepare for 0.12.0-rc2 #956

Merged
merged 4 commits into from
Jan 27, 2024
Merged

Prepare for 0.12.0-rc2 #956

merged 4 commits into from
Jan 27, 2024

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #926

Rationale for this change

0.12.0-rc1 failed because we are pinned to a non-release version of DataFusion. We will need to wait for the imminent 35.0.0 release.

What changes are included in this PR?

Pin to newer version. I will update this PR once DF 35.0.0 is released.

Are there any user-facing changes?

@@ -41,7 +41,6 @@ force_hash_collisions = ["datafusion/force_hash_collisions"]
hdfs = ["datafusion-objectstore-hdfs/hdfs"]
hdfs3 = ["datafusion-objectstore-hdfs/hdfs3"]
s3 = ["object_store/aws"]
simd = ["datafusion/simd"]
Copy link
Member Author

Choose a reason for hiding this comment

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

DataFusion no longer has a simd feature

Copy link
Contributor

Choose a reason for hiding this comment

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

What happened?

Copy link
Member Author

Choose a reason for hiding this comment

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

simd feature was removed from arrow-rs in:

commit d41e90e31d07bc2ad2f05ffc091f171e6c846ddf
Author: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
Date:   Fri Dec 8 08:49:46 2023 +0000

    Remove SIMD Feature (#5184)

    * Remove SIMD feature

    * Clippy

    * Tweak WASM features

    * Fix test

    * Exclude pyarrow from general build

There are commits prior to this with statements such as:

    * Refactor numeric aggregation kernels to make better use of
    auto-vectorization.

    Remove the explicit simd implementations since the autovectorized
    versions are faster on average.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 20, 2024
@andygrove
Copy link
Member Author

@avantgardnerio @Dandandan I plan on merging this when CI passes and will then cut a new RC

@@ -41,7 +41,6 @@ force_hash_collisions = ["datafusion/force_hash_collisions"]
hdfs = ["datafusion-objectstore-hdfs/hdfs"]
hdfs3 = ["datafusion-objectstore-hdfs/hdfs3"]
s3 = ["object_store/aws"]
simd = ["datafusion/simd"]
Copy link
Contributor

Choose a reason for hiding this comment

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

What happened?

@andygrove andygrove marked this pull request as ready for review January 25, 2024 20:09
@andygrove andygrove merged commit ef0d3dd into apache:main Jan 27, 2024
16 checks passed
@andygrove andygrove deleted the prep-0.12-rc2 branch January 27, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release Ballista 0.12
2 participants