[
https://issues.apache.org/jira/browse/FLINK-10889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-10889:
-----------------------------------
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.
> Semantic inconsistency between DataSet#print and DataStream#print
> -----------------------------------------------------------------
>
> Key: FLINK-10889
> URL: https://issues.apache.org/jira/browse/FLINK-10889
> Project: Flink
> Issue Type: Improvement
> Components: API / DataSet, API / DataStream
> Reporter: Jeff Zhang
> Priority: Not a Priority
> Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> DataSet#print will print the result on client side, while DataStream#print
> will print the result on TM. This inconsistency will confuse users. IMHO, we
> should make the behavior consistency between DataSet and DataStream, I prefer
> to print the result on client side. Regarding DataStream#print, we can use
> DataStreamUtils#collect to print it on client side.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)