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

[Spark][Sharing] Add deletion vector support in delta format sharing #2480

Closed
wants to merge 5 commits into from

Conversation

linzhou-db
Copy link
Collaborator

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (delta sharing)

Description

Fifth PR of #2291: Adds deletion vector support for "delta format sharing"

  • Extends PrepareDeltaScan to PrepareDeltaSharingScan, to convert DeltaSharingFileIndex to TahoeLogFileIndex.
  • Update DeltaSparkSessionExtension to add the rule of PrepareDeltaSharingScan
  • Added unit test in DeltaSharingDataSourceDeltaSuite

How was this patch tested?

Unit Tests

Does this PR introduce any user-facing changes?

No

Copy link
Collaborator

@ryan-johnson-databricks ryan-johnson-databricks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

vkorukanti pushed a commit that referenced this pull request Jan 13, 2024
…ring

## Description
(Cherry-pick of #2480 to branch-3.1)

Fifth PR of #2291: Adds deletion vector support for "delta format sharing"
- Extends PrepareDeltaScan to PrepareDeltaSharingScan, to convert DeltaSharingFileIndex to TahoeLogFileIndex.
- Update DeltaSparkSessionExtension to add the rule of PrepareDeltaSharingScan
- Added unit test in DeltaSharingDataSourceDeltaSuite

## How was this patch tested?
Unit Tests
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.

2 participants