Clustering with spark records does not work for bootstrap tables with partition columns not written to files
Open
component:bootstrap
component:clustering
from-jira
priority:high
type:bug
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
Spark readers will read as UnsafeRow. When we try to add in the partition column values, an UnsupportedOperationException will be thrown because updateValue is not supported for UnsafeRow.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-8318
- Type: Bug
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.