Skip to content

Conversation

@arhimondr
Copy link
Contributor

Description

The hive.max-partitions-for-eager-load is needed to avoid allocating too many HivePartition objects that could lead to an OOM on coordinator. This change ensures the limit is applied after the partition filter is applied and not before.

Additional context and related issues

#16111
#14225

Release notes

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

# Hive
* Improve predicate pushdown to partitioned columns of tables with high number of partitions

@arhimondr arhimondr merged commit 8b21609 into trinodb:master Feb 15, 2023
@arhimondr arhimondr deleted the try-load-partitions branch February 15, 2023 21:56
@github-actions github-actions bot added this to the 407 milestone Feb 16, 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.

2 participants