Skip to content

Conversation

@akoumpa
Copy link
Contributor

@akoumpa akoumpa commented Dec 3, 2025

No description provided.

Signed-off-by: Alexandros Koumparoulis <[email protected]>
@copy-pr-bot
Copy link

copy-pr-bot bot commented Dec 3, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@akoumpa akoumpa changed the title deltalake support feat: deltalake dataset support Dec 3, 2025
@akoumpa akoumpa linked an issue Dec 3, 2025 that may be closed by this pull request
@floraxhuang
Copy link

floraxhuang commented Dec 10, 2025

Thanks for the PR! I tested this PR on a Databricks cluster and encountered a DeltaProtocolError. It appears the deltalake reader used here isn't compatible with tables that use Deletion Vectors or Column Mapping (which are now enabled by default on Databricks). Relevant discussions: delta-io/delta-rs#1094

  • Databricks runtime: 15.4 LTS

  • deltalake version: 1.2.1

  • Error Trace:

DeltaProtocolError: The table has set these reader features: {'deletionVectors'} but these are not yet supported by the deltalake reader.

Signed-off-by: Alexandros Koumparoulis <[email protected]>
Signed-off-by: Alexandros Koumparoulis <[email protected]>
Signed-off-by: Alexandros Koumparoulis <[email protected]>
Signed-off-by: Alexandros Koumparoulis <[email protected]>
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

Successfully merging this pull request may close these issues.

Support Databricks deltatable steaming data

3 participants