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

chore: bump kernel #3036

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

chore: bump kernel #3036

wants to merge 3 commits into from

Conversation

ion-elgreco
Copy link
Collaborator

@ion-elgreco ion-elgreco commented Nov 29, 2024

Description

With this change: delta-io/delta-kernel-rs#533 and this change: #2738, we fully support view types.

I'll make a change also upstream in polars to change the arrow compat level to latest

Related Issue(s)

rtyler
rtyler previously approved these changes Dec 1, 2024
@@ -542,6 +542,7 @@ impl<'a> DeltaScanBuilder<'a> {
.filter
.map(|expr| context.create_physical_expr(expr, &df_schema).unwrap());

// dbg!(logical_filter.clone());
Copy link
Collaborator

Choose a reason for hiding this comment

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

We prolly don't need these now ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was debugging a regression caused by the kernel bump. There is something wrong with the statistics being passed to Datafusion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support string and binary view types.
3 participants