[
https://issues.apache.org/jira/browse/HIVE-27505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vikram Ahuja updated HIVE-27505:
--------------------------------
Description: Hive.getAllPartitionsOf() tries to list partitions in one go,
it can cause issues with wide tables(>2000 columns) with large amount of
partitions. Optimise the flow to use PartitionIterable so that partitions can
be fetched in batches rather than one go.
> Optimize the size of partition object from HMS in various flows
> ---------------------------------------------------------------
>
> Key: HIVE-27505
> URL: https://issues.apache.org/jira/browse/HIVE-27505
> Project: Hive
> Issue Type: Bug
> Reporter: Vikram Ahuja
> Assignee: Vikram Ahuja
> Priority: Major
>
> Hive.getAllPartitionsOf() tries to list partitions in one go, it can cause
> issues with wide tables(>2000 columns) with large amount of partitions.
> Optimise the flow to use PartitionIterable so that partitions can be fetched
> in batches rather than one go.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)