Skip to content

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

# 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


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