Skip to content

Remove assertion restricting hive.max-partitions-per-scan#16111

Merged
arhimondr merged 1 commit intotrinodb:masterfrom
arhimondr:remove-hive-assertion
Feb 14, 2023
Merged

Remove assertion restricting hive.max-partitions-per-scan#16111
arhimondr merged 1 commit intotrinodb:masterfrom
arhimondr:remove-hive-assertion

Conversation

@arhimondr
Copy link
Contributor

Description

Sometimes it is necessary to allow a higher number of partitions to be loaded eagerly to enable predicate pushdown while the total number of partitions to be scanned might be needed to be restricted.

Additional context and related issues

#14225

Release notes

( ) This is not user-visible or docs only and no release notes are required.
(X) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Hive
* Allow setting `hive.max-partitions-per-scan` to a value lover than a value set in `hive.max-partitions-for-eager-load`

Sometimes it is necessary to allow a higher number of partitions to be
loaded eagerly to enable predicate pushdown while the total number of
partitions to be scanned might be needed to be restricted.
@cla-bot cla-bot bot added the cla-signed label Feb 14, 2023
@arhimondr arhimondr merged commit 7533cac into trinodb:master Feb 14, 2023
@arhimondr arhimondr deleted the remove-hive-assertion branch February 14, 2023 22:21
@github-actions github-actions bot added this to the 407 milestone Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants

Comments