-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Background
Currently, Pramen supports repartitioning of parquet files in metastore partitions based on record count or by the explicit number. But repartitioning involves shuffling.
It would be beneficial to add support for coalesce as well because it does not involve shuffling so users can require only 1 files per info date partition, for example.
Feature
Support coalescing of partitions.
Example [Optional]
--
Proposed Solution [Optional]
--
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request