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] Apply filters pushed down into DeltaCDFRelation #3127

Merged
merged 1 commit into from
May 22, 2024

Conversation

tomvanbussel
Copy link
Collaborator

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

This PR modifies DeltaCDFRelation to apply the filters that are pushed down into this. This enables both partition pruning and row group skipping to happen when reading the Change Data Feed.

How was this patch tested?

Unit tests

Does this PR introduce any user-facing changes?

No

@allisonport-db allisonport-db merged commit f2d6c8b into delta-io:master May 22, 2024
9 of 10 checks passed
longvu-db pushed a commit to longvu-db/delta that referenced this pull request May 28, 2024
#### Which Delta project/connector is this regarding?

- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)

## Description

This PR modifies `DeltaCDFRelation` to apply the filters that are pushed
down into this. This enables both partition pruning and row group
skipping to happen when reading the Change Data Feed.

## How was this patch tested?

Unit tests

## Does this PR introduce _any_ user-facing changes?

No
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.

3 participants