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

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


    from ad0bc25  [FLINK-20189] [test] Extend UnboundedFeedbackLoggerTests to 
use RandomReadLengthByteArrayInputStream
     new c317be0  [FLINK-20636] Validate that unaligned checkpoints is not 
enabled
     new 4b56308  [hotfix] fix typos in StatefulFunctionModule.java.
     new b354267  [FLINK-20699] Set FeedbackKey invocation_id explicitly
     new 5afcc88  [FLINK-20689] Upgrade Flink version to 1.11.3
     new 01e0593  [FLINK-19741] Set isUsingCustomRawKeyedState flag in 
FunctionGroupOperator
     new f2fe40f  [hotfix] [docs] Make image src in Python SDK README a web link

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/_config.yml                                   |   2 +-
 pom.xml                                            |   2 +-
 .../core/StatefulFunctionsConfigValidator.java     |  13 +
 .../statefun/flink/core/StatefulFunctionsJob.java  |  10 +-
 .../statefun/flink/core/feedback/FeedbackKey.java  |   2 +-
 .../core/functions/FunctionGroupOperator.java      |   5 +
 .../flink/core/translation/FlinkUniverse.java      |  11 +-
 .../StatefulFunctionDataStreamBuilder.java         |  16 +-
 statefun-python-sdk/README.md                      |   2 +-
 .../statefun/sdk/spi/StatefulFunctionModule.java   |   2 +-
 tools/docker/Dockerfile                            |  10 +-
 .../flink-distribution-template/bin/config.sh      | 574 ---------------------
 .../flink-distribution-template/bin/taskmanager.sh | 103 ----
 13 files changed, 54 insertions(+), 698 deletions(-)
 delete mode 100755 tools/docker/flink-distribution-template/bin/config.sh
 delete mode 100755 tools/docker/flink-distribution-template/bin/taskmanager.sh

Reply via email to