Remove RowData to Avro converters
Open
from-jira
priority:medium
type:devtask
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
There are RowData to Avro converters, which were added due to Flink version lower than 1.12. Currently, the lowest version is 1.14. We can remove:
* RowDataToAvroConverters,
* AvroSchemaConverter,
* AvroToRowDatConverters.
And use them from Flink jars.
But there are some customized functionality implemented in those classes, like:
* HUDI-3096 related to decimal type,
* HUDI-7647 related to UTC timezone.
Need to think how to keep currently expected behavior.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-8465
- Type: Task
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.