-
Notifications
You must be signed in to change notification settings - Fork 16
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
Does not work with column mapping #50
Comments
From my brief look, it seems like this is missing the column mapping: (see also: delta-io/delta-kernel-rs#205) I don't know if there's a better way, but the struct schema visitor also does not pass the mapping through: (I think you can do |
Thanks for reporting @jtanx! I will do some debugging and forward the bug report to the delta-kernel-rs repo if necessary |
Well, this is by design. You could use our deltalake2db package as a workaround 😉 |
We are still working on implementing column mapping, that currently does not work yet with duckdb_delta |
Thanks @samansmink and @aersam. |
Is the root issue with Similar to #11 |
@kmatt The pr you link is currently not yet exposed in the ffi in a way DuckDB can use it. This is something we are working on though! |
@samansmink Do you happen to have any updates on this? Have you already create an issue in delta-kernel-rs for necessary changes on their side? |
@rzepinskip I know it's being worked on in delta-kernel-rs (we are in direct contact with the devs there), but I can't give a precise timeline right now! |
I don't actually know if this is a bug with this extension or in delta-kernel-rs (or maybe I'm doing something wrong?)
Test table created with pyspark:
Querying with duckdb
returns
i.e. returns all nulls instead of the expected values
The text was updated successfully, but these errors were encountered: