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 22.0.0 release #320

Merged
merged 3 commits into from
Apr 10, 2023
Merged

Prepare for 22.0.0 release #320

merged 3 commits into from
Apr 10, 2023

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Apr 10, 2023

Which issue does this PR close?

N/A

Rationale for this change

What changes are included in this PR?

  • Bump version to 22.0.0
  • Depend on DataFusion 22.0.0
  • CHANGELOG

Are there any user-facing changes?

@andygrove
Copy link
Member Author

This is currently blocked on apache/datafusion#5949

@@ -282,10 +282,11 @@ def test_dataset_filter_nested_data(ctx):

# This filter will not be pushed down to DatasetExec since it
# isn't supported
df = df.select(
df = df.filter(column("nested_data")["b"] > literal(5))\
Copy link
Member Author

Choose a reason for hiding this comment

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

Move the filter before the select due to apache/datafusion#5949

@@ -84,10 +84,11 @@ def test_select_columns(df):


def test_filter(df):
df = df.select(
df = df.filter(column("a") > literal(2))\
Copy link
Member Author

Choose a reason for hiding this comment

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

Move the filter before the select due to apache/datafusion#5949

@andygrove
Copy link
Member Author

@jdye64 fyi

@jdye64
Copy link
Contributor

jdye64 commented Apr 10, 2023

Thanks for the heads up @andygrove anything you need me to help with? I'll keep an eye on any CI test failures. Still all running as of writing

@andygrove
Copy link
Member Author

Thanks for the heads up @andygrove anything you need me to help with? I'll keep an eye on any CI test failures. Still all running as of writing

No, all good. Just wanted to make you aware this was happening. I will cut an RC today.

@andygrove andygrove merged commit 5c90187 into apache:main Apr 10, 2023
@andygrove andygrove deleted the prep-22 branch April 10, 2023 23:37
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