[Feature] support bucket join when the table has same bucket function type
- 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/paimon/issues) and found nothing similar.
### Motivation
we disable the bucket join when bucket function type is not `paimon` now. We should enable it after introduced other bucket function types.
### Solution
_No response_
### 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 locating the bucket join implementation and the check that currently permits only the `paimon` bucket function type. Read the surrounding bucket-function handling and existing tests, if present, to determine how matching types are represented. Done means bucket joins are enabled when both tables use the same bucket function type, with coverage for the supported types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100