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

changeDataFeed writer feature doesn't exist when creating new Delta Lake tables #23622

Closed
ebyhr opened this issue Oct 1, 2024 · 0 comments · Fixed by #23644
Closed

changeDataFeed writer feature doesn't exist when creating new Delta Lake tables #23622

ebyhr opened this issue Oct 1, 2024 · 0 comments · Fixed by #23644
Assignees
Labels
bug Something isn't working delta-lake Delta Lake connector

Comments

@ebyhr
Copy link
Member

ebyhr commented Oct 1, 2024

CREATE TABLE test(x int) WITH (change_data_feed_enabled = true, deletion_vectors_enabled = true);

TABLE "test$properties";
              key              |   value
-------------------------------+-----------
 delta.enableChangeDataFeed    | true
 delta.enableDeletionVectors   | true
 delta.minReaderVersion        | 3
 delta.minWriterVersion        | 7
 delta.feature.deletionVectors | supported
(5 rows)

DeltaLakeMetadata#protocolEntry seems the cause.

@ebyhr ebyhr added bug Something isn't working delta-lake Delta Lake connector labels Oct 1, 2024
@ebyhr ebyhr changed the title changeDataFeed writer features doesn't exist when creating new Delta Lake tables changeDataFeed writer feature doesn't exist when creating new Delta Lake tables Oct 1, 2024
@ebyhr ebyhr self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working delta-lake Delta Lake connector
1 participant