[
https://issues.apache.org/jira/browse/FLINK-20054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee updated FLINK-20054:
---------------------------------
Fix Version/s: 1.13.0
> 3 Level List is not supported in ParquetInputFormat
> ---------------------------------------------------
>
> Key: FLINK-20054
> URL: https://issues.apache.org/jira/browse/FLINK-20054
> Project: Flink
> Issue Type: Bug
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Affects Versions: 1.11.2
> Reporter: Zhenqiu Huang
> Assignee: Zhenqiu Huang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> In flink-parquet module doesn't support
> reading a 3-level list type in parquet though it is able to process a
> 2-level list type.
> 3-level
> optional group my_list (LIST) {
> repeated group element {
> required binary str (UTF8);
> };
> }
> 2-level
> optional group my_list (LIST) {
> repeated int32 element;
> }
--
This message was sent by Atlassian Jira
(v8.3.4#803005)