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

Schema error: No such field: deletionVector #48

Closed
adzeeman opened this issue Jul 11, 2024 · 2 comments
Closed

Schema error: No such field: deletionVector #48

adzeeman opened this issue Jul 11, 2024 · 2 comments

Comments

@adzeeman
Copy link

Hi team,

I'm using DuckDB version: v1.0.0 1f98600c2c

This is the query I run:

CREATE SECRET (
      TYPE S3,
      PROVIDER CREDENTIAL_CHAIN
  );
SELECT * FROM delta_scan('s3://private-bucket/folder/');

Exception:

IO Error: Hit DeltaKernel FFI error (from: While trying to read from delta table: 's3://private-bucket/folder/''): Hit error: 2 (ArrowError) with message (Schema error: No such field: deletionVector)

The Delta table content was created using the Flink Delta connector, which uses Delta standalone.

Using Spark, I'm able to query the Delta table.

I tested the query with Delta tables created with other connectors, and they worked fine. Perhaps this is a delta-rs issue.

@adzeeman
Copy link
Author

I'm closing this issues as I've had trouble re-creating it.

@samansmink
Copy link
Collaborator

Thanks @adzeeman I know about this issue, see delta-io/delta-kernel-rs#261.

I have this on my radar, while it might be partially fixed currently, I will need to do some proper testing. If you run into it again please don't hesitate to reopen!

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

No branches or pull requests

2 participants