apache / apache/paimon

[Bug] Paimon Table produce more reduce task for same data volume

Open
#864 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
3.4k
Forks
1.4k
Avg merge
1d 11h
Merged PRs (30d)
396

Description

### Search before asking

- [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.

### Paimon version

0.4

### Compute Engine

hive

### Minimal reproduce step

Compare the paimon table and hive table with the same statement and data amount using the hive client:
painmon table:

![image](https://user-images.githubusercontent.com/9601882/230853390-275aa503-6ef5-4f61-8694-a112d05be3b7.png)

hive table:

![image](https://user-images.githubusercontent.com/9601882/230853414-7fd2f4a7-9072-453a-8790-017cbba99e82.png)

### What doesn't meet your expectations?

read paimon table should have lower reducer number.

### Anything else?

_No response_

### Are you willing to submit a PR?

- [ ] I'm willing to submit a PR!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the comparison from the issue with Paimon 0.4 and the Hive client, using identical statements and data volumes for Paimon and Hive tables. Investigate the reducer-task planning path and compare the resulting task counts. Done means the Paimon table no longer produces more reducers than the equivalent Hive table, with a regression test if the relevant test location is identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering, distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.