[
https://issues.apache.org/jira/browse/FLINK-14253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Young closed FLINK-14253.
------------------------------
Resolution: Fixed
merged: ef0dc509a42a36d22286c64751ea760d538404ec
> Add hash distribution and sort grouping only when dynamic partition insert
> --------------------------------------------------------------------------
>
> Key: FLINK-14253
> URL: https://issues.apache.org/jira/browse/FLINK-14253
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Planner
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Now in BatchExecSinkRule, we don't have static partitions, if it is a
> partitioned table, will add hash distribution and sort grouping. It is wrong:
> # Group only when dynamic partition insert (not all partition fields are
> static partitions)
> # We can just hash and sort dynamic partition fields instead of all
> partition fields.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)