[Bug] Only supports DynamicBucketRow, illegal record type: class org.apache.paimon.data.GenericRow
- 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.5
### Compute Engine
hive
### Minimal reproduce step
create a DynamicBucket paimon table
insert into paimon table from hive table
### What doesn't meet your expectations?
Only supports DynamicBucketRow, illegal record type: class org.apache.paimon.data.GenericRow
### 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
Reproduce the failure with a DynamicBucket Paimon table and an insert from a Hive table, using Paimon 0.5. Start by tracing the DynamicBucket path where GenericRow is rejected in favor of DynamicBucketRow. Done means the reported insert no longer fails for the reproduced record type, with a regression test if the relevant test location can be found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering, database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100