[
https://issues.apache.org/jira/browse/FLINK-21388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-21388.
--------------------------------
Fix Version/s: 1.12.3
Resolution: Fixed
release-1.12: 43f7364b027ac20c1458b3245867cc3476e72681
> Parquet DECIMAL logical type is not properly supported in
> ParquetSchemaConverter
> --------------------------------------------------------------------------------
>
> Key: FLINK-21388
> URL: https://issues.apache.org/jira/browse/FLINK-21388
> Project: Flink
> Issue Type: Bug
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Table
> SQL / Ecosystem
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.3
>
>
> For a parquet field such as this one
> {code:java}
> optional int32 ss_wholesale_cost (DECIMAL(7,2));{code}
> _ParquetSchemaConverter_ raises the exception:
> {code:java}
> Unsupported original type : DECIMAL for primitive type INT32{code}
> whereas it should be mapped to flink _DECIMAL_ Datatype (_BIG_DEC_ type
> information) owing to
> https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/connectors/formats/parquet.html#data-type-mapping
>
> and
> https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/types.html#old-planner
--
This message was sent by Atlassian Jira
(v8.3.4#803005)