You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2020/05/31 09:59:43 UTC

[flink] branch release-1.11 updated (bb4188a -> cae8f46)

This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from bb4188a  [hotfix][coordination] Remove unused (and unimplemented) method 'failTask(...)' from OperatorCoordinator Context
     add 89d76da  [hotfix][table-common] Accept AbstractDataType for fields
     add cae8f46  [hotfix][table] Use AbstractDataType in fromValues()

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/api/TableEnvironment.java   | 13 +--
 .../table/api/internal/TableEnvironmentImpl.java   | 10 ++-
 .../java/org/apache/flink/table/api/DataTypes.java | 94 +++++++++++++---------
 .../apache/flink/table/types/AbstractDataType.java |  3 +
 .../planner/runtime/stream/table/ValuesITCase.java |  6 +-
 .../flink/table/api/internal/TableEnvImpl.scala    | 12 ++-
 .../flink/table/utils/MockTableEnvironment.scala   | 14 ++--
 7 files changed, 86 insertions(+), 66 deletions(-)