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

question: deletionVectors support #2829

Closed
ihor-lazariev opened this issue Aug 26, 2024 · 1 comment
Closed

question: deletionVectors support #2829

ihor-lazariev opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ihor-lazariev
Copy link

Description

When using read_delta on a table with delta.enableDeletionVectors: true, it fails with a message shown on a screenshot below

image

  1. Could this feature be supported?
  2. Could I disable the feature on read action? (I don't have access to the deltalake itself, so I can't manage table properties myself)

deltalake version: 0.19.1

@ihor-lazariev ihor-lazariev added the enhancement New feature or request label Aug 26, 2024
@ion-elgreco
Copy link
Collaborator

This won't be supported for python with our pyarrow scanner.

You can't disable deletion vectors during reads since that would make it an invalid read

@ion-elgreco ion-elgreco closed this as not planned Won't fix, can't repro, duplicate, stale Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants