Support partition pruning in DeltaLake engine#78486
Merged
Conversation
…pport-partition-pruning-in-delta-kernel
Contributor
alesapin
approved these changes
Apr 3, 2025
| predicate = filter_actions_dag->getOutputs().at(0); | ||
| if (getContext()->getSettingsRef()[Setting::use_iceberg_partition_pruning]) | ||
| { | ||
| configuration->implementPartitionPruning(*filter_actions_dag); |
Member
There was a problem hiding this comment.
Let's get rid of this interface in the next PR?
| } | ||
| } | ||
| createIterator(predicate); | ||
| createIterator(); |
Member
There was a problem hiding this comment.
Looks like one call inside initializePipeline should be enough?
Member
Author
There was a problem hiding this comment.
I will try to remove it in a separate PR.
Member
Author
test_storage_rabbitmq |
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Apr 11, 2025
…-pruning-in-delta-kernel Support partition pruning in DeltaLake engine
This was referenced Apr 30, 2025
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
May 23, 2025
…-pruning-in-delta-kernel Support partition pruning in DeltaLake engine
|
Hello, I opened the following issue few days ago : It seems delta_kernel_s3 integration has some issues with AWS Region. Thanks in advance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contains changes from #78368.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Support partition pruning in delta lake.
Documentation entry for user-facing changes