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

Jark Wu closed FLINK-27016.
---------------------------
    Fix Version/s: 1.16.0
       Resolution: Fixed

Fixed in master: 5ce10c9493ff23ef3dbc3eedc9d6d283d0798d96

> Improve supporting for complex data type for Hive dialect
> ---------------------------------------------------------
>
>                 Key: FLINK-27016
>                 URL: https://issues.apache.org/jira/browse/FLINK-27016
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / Hive
>            Reporter: luoyuxia
>            Assignee: luoyuxia
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.16.0
>
>
>       There are some issue exist while involving complex data type using Hive 
> dialect in Flink.
>  # It will throw exception when access array type in a struct. For example, 
> such sql will fail:
> {code:java}
> create table t (s6 map<string, struct<f20:array<string>>>);
> SELECT s6['key1'].f20[0] FROM nested_tbl_1;{code}
>       2. Hive supports to access the field of a struct list by '.' , but 
> it'll throw exception using Hive dialect in Flink.



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

Reply via email to