[
https://issues.apache.org/jira/browse/FLINK-20613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz updated FLINK-20613:
-------------------------------------
Release Note:
Table.execute().collect() might return slightly different results for column
types and row kind. The most important differences include:
* Structured types are represented as POJOs of the original class and not Row
anymore.
* Raw types are serialized according to the configuration in TableConfig.
was:Table.execute().collect() might return slightly different results for
column types and row kind.
> Update TableResult.collect()/TableResult.print() to the new type system
> -----------------------------------------------------------------------
>
> Key: FLINK-20613
> URL: https://issues.apache.org/jira/browse/FLINK-20613
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> Currently, TableResult.collect()/TableResult.print() use old sink interfaces
> and old type system. Those methods are very important in the API and should
> be updated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)