[
https://issues.apache.org/jira/browse/HUDI-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-7443:
---------------------------------
Labels: pull-request-available (was: )
> Improve Compatibility for Legacy Decimal Types with Bytes as Actual Data
> Representationype that have bytes as actual type
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: HUDI-7443
> URL: https://issues.apache.org/jira/browse/HUDI-7443
> Project: Apache Hudi
> Issue Type: Bug
> Components: hive
> Reporter: Qijun Fu
> Priority: Major
> Labels: pull-request-available
>
> Improve Compatibility for Legacy Decimal Types with Bytes as Actual Data
> Representationype that have bytes as actual type.
> We can't read decimal with the following types now:
> ```json
> {
> "name": "decimal_value",
> "type": {
> "type": "bytes",
> "logicalType": "decimal",
> "precision": 10,
> "scale": 4
> }
> }
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)