[ 
https://issues.apache.org/jira/browse/HUDI-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Geser Dugarov updated HUDI-8465:
--------------------------------
    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.

  was:
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.

But there are some customized functionality implemented in those classes, like:
 * HUDI-3096 related to decimal type,
 * HUDI-7647 related to UTC timezone.


> Remove RowData to Avro converters
> ---------------------------------
>
>                 Key: HUDI-8465
>                 URL: https://issues.apache.org/jira/browse/HUDI-8465
>             Project: Apache Hudi
>          Issue Type: Task
>            Reporter: Geser Dugarov
>            Priority: Minor
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to