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

Flink Jira Bot updated FLINK-22009:
-----------------------------------
    Labels: stale-major  (was: )

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Major but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 30 days. I have gone ahead and added a "stale-major" to the issue". If this 
ticket is a Major, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> Unsupported type Map<String, String> when union two Hive tables
> ---------------------------------------------------------------
>
>                 Key: FLINK-22009
>                 URL: https://issues.apache.org/jira/browse/FLINK-22009
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Runtime
>    Affects Versions: 1.12.0
>            Reporter: ying zhang
>            Priority: Major
>              Labels: stale-major
>         Attachments: image-2021-03-29-15-45-48-627.png, 
> image-2021-03-29-19-37-30-286.png
>
>
> I create 2 tables which contains data type map,but i flind i cannot union two 
> tables,is there any solutions to solve this problem?
> !image-2021-03-29-15-45-48-627.png!
>  
>  
>  
>  
> this is the create table statements:
> CREATE TABLE `map_string_string1`(
>  `query` string,
>  `wid` string,
>  `index` int,
>  `page` string,
>  `hc_cid1` string,
>  `hc_cid2` string,
>  `hc_cid3` string,
>  `cid1` string,
>  `cid2` string,
>  `cid3` string,
>  `ts` bigint,
>  `number_feature` map<string,string>)
> PARTITIONED BY (
>  `dt` string)
> ROW FORMAT DELIMITED
>  FIELDS TERMINATED BY '\t'
>  LINES TERMINATED BY '\n'
> STORED AS INPUTFORMAT
>  'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat'
> OUTPUTFORMAT
>  'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat'
>  
>  
> CREATE TABLE `map_string_string2`(
>  `query` string,
>  `wid` string,
>  `index` int,
>  `page` string,
>  `hc_cid1` string,
>  `hc_cid2` string,
>  `hc_cid3` string,
>  `cid1` string,
>  `cid2` string,
>  `cid3` string,
>  `ts` bigint,
>  `number_feature` map<string,string>)
> PARTITIONED BY (
>  `dt` string)
> ROW FORMAT DELIMITED
>  FIELDS TERMINATED BY '\t'
>  LINES TERMINATED BY '\n'
> STORED AS INPUTFORMAT
>  'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat'
> OUTPUTFORMAT
>  'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat'
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to