[
https://issues.apache.org/jira/browse/FLINK-22897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-22897:
-----------------------------------
Labels: stale-critical (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
Critical but is unassigned and neither itself nor its Sub-Tasks have been
updated for 7 days. I have gone ahead and marked it "stale-critical". If this
ticket is critical, please either assign yourself or give an update.
Afterwards, please remove the label or in 7 days the issue will be
deprioritized.
> FlinkSQL1.12 Sink to Hive with diffrent parallelism will due to produce many
> small files
> ----------------------------------------------------------------------------------------
>
> Key: FLINK-22897
> URL: https://issues.apache.org/jira/browse/FLINK-22897
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Ecosystem
> Affects Versions: 1.12.1
> Reporter: zhengjiewen
> Priority: Critical
> Labels: stale-critical
> Fix For: 1.14.0
>
>
> I try to use flink sql in batch mode, to sink data into hive partition table,
> here is the sql:
>
> {code:java}
> //代码占位符
> INSERT OVERWRTITE 【targetTable】SELECT 【field】FROM 【sourceTable】;
> {code}
>
>
>
> And I found that when the parallelism of the sink operator is different from
> that of the operator before it, a large number of small files will be
> generated. But this is not the case when the parallelism is the same.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)