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 2022/01/06 13:58:57 UTC

[flink] branch master updated (ed814c1 -> c5581b8)

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

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


    from ed814c1  [FLINK-25513][python] Handle properly for None result in flat_map and map of ConnectedStream
     add c5581b8  [FLINK-25526][table-common] Deprecate the classes of the old factory stack

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/factories/DeserializationSchemaFactory.java    | 3 +++
 .../org/apache/flink/table/factories/SerializationSchemaFactory.java  | 3 +++
 .../src/main/java/org/apache/flink/table/factories/TableFactory.java  | 3 ++-
 .../java/org/apache/flink/table/factories/TableFactoryService.java    | 1 +
 .../java/org/apache/flink/table/factories/TableFormatFactory.java     | 3 +++
 .../java/org/apache/flink/table/factories/TableFormatFactoryBase.java | 4 ++++
 .../main/java/org/apache/flink/table/factories/TableSinkFactory.java  | 3 +++
 .../org/apache/flink/table/factories/TableSinkFactoryContextImpl.java | 1 +
 .../java/org/apache/flink/table/factories/TableSourceFactory.java     | 3 +++
 .../apache/flink/table/factories/TableSourceFactoryContextImpl.java   | 1 +
 .../src/main/java/org/apache/flink/table/sinks/TableSink.java         | 1 +
 .../src/main/java/org/apache/flink/table/sinks/TableSinkBase.java     | 4 ++++
 12 files changed, 29 insertions(+), 1 deletion(-)