[
https://issues.apache.org/jira/browse/FLINK-21763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-21763:
-----------------------------------
Labels: auto-deprioritized-major auto-deprioritized-minor (was:
auto-deprioritized-major stale-minor)
Priority: Not a Priority (was: Minor)
This issue was labeled "stale-minor" 7 days ago and has not received any
updates so it is being deprioritized. If this ticket is actually Minor, please
raise the priority and ask a committer to assign you the issue or revive the
public discussion.
> Extend Data Stream's batch mode to handle partitioning/grouping/ordering
> ------------------------------------------------------------------------
>
> Key: FLINK-21763
> URL: https://issues.apache.org/jira/browse/FLINK-21763
> Project: Flink
> Issue Type: Improvement
> Components: API / DataStream
> Reporter: Alexis Sarda-Espinosa
> Priority: Not a Priority
> Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> In the DataSet API, an undocumented (?) feature is using
> [SplitDataProperties|[https://ci.apache.org/projects/flink/flink-docs-release-1.12/api/java/org/apache/flink/api/java/io/SplitDataProperties.html]]
> to specify different grouping/partitioning/sorting properties, so if the
> data is pre-sorted (e.g. when reading from a database), some operations can
> be optimized. Based on this, I assume the Flink scheduler already knows about
> such optimizations.
> The new batch mode for the Data Stream API doesn't have a way to specify
> this. I imagine something like this would be useful even for transformation
> operators, not only for sources, e.g. a flat map that gets an input "batch"
> and outputs new data with a different kind of grouping/sorting.
> I suppose these diractives would have to be ignored for the normal stream
> mode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)