[flink] branch master updated (e10e548 -> 9365b5d)

2020-12-03 Thread godfrey
This is an automated email from the ASF dual-hosted git repository. godfrey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from e10e548 [FLINK-20464] Some Table examples are not built correctly add af807df [FLINK-20437][table-planner-blin

[flink-statefun] 02/03: [FLINK-20334] [core] Implement V3 module YAML with function endpoint templating

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git commit ee051dd25d88d9da38bc33f91788997975fa5e8e Author: Tzu-Li (Gordon) Tai AuthorDate: Mon Nov 30 15:20:42 2020 +080

[flink-statefun] 03/03: [hotfix] [e2e] Add timeout to ExactlyOnceWithRemoteFnE2E

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git commit 914dc11441eb2bd51d650693532744a8d29d56c5 Author: Tzu-Li (Gordon) Tai AuthorDate: Fri Dec 4 12:08:59 2020 +0800

[flink-statefun] 01/03: [FLINK-20334] [sdk] Support binding function providers per namespace

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git commit 8482d949d81cb044fc4e91b6e0f169fa342cc8b3 Author: Tzu-Li (Gordon) Tai AuthorDate: Mon Nov 30 15:05:00 2020 +080

[flink-statefun] branch master updated (3edff61 -> 914dc11)

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git. from 3edff61 [hotfix][sdk] Correct spelling of wrong words. new 8482d94 [FLINK-20334] [sdk] Support bindi

[flink] branch release-1.12 updated (1a29a7f -> 2ad1e7b)

2020-12-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git. from 1a29a7f [FLINK-19725][runtime] Increased the timeout for the instantiation of the akka logger. add 2

[flink] branch master updated (0119456 -> e10e548)

2020-12-03 Thread dwysakowicz
This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 0119456 [FLINK-19725][runtime] Increased the timeout for the instantiation of the akka logger. add e10e548

[flink] branch release-1.12 updated: [FLINK-19725][runtime] Increased the timeout for the instantiation of the akka logger.

2020-12-03 Thread trohrmann
This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.12 by this push: new 1a29a7f [FLINK-19725][runtime] In

[flink] branch master updated (a411abf -> 0119456)

2020-12-03 Thread trohrmann
This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from a411abf [FLINK-20467][python][docs] Fix the example in Python DataStream API documentation add 0119456 [FLI

[flink] branch release-1.12 updated: [FLINK-20467][python][docs] Fix the example in Python DataStream API documentation

2020-12-03 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.12 by this push: new de53c34 [FLINK-20467][python][docs]

[flink] branch master updated (c1b96de -> a411abf)

2020-12-03 Thread dianfu
This is an automated email from the ASF dual-hosted git repository. dianfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from c1b96de [FLINK-19715][coordination] Fix inefficiencies in assignment of excess resources add a411abf [FLINK-20

[flink] branch master updated (d9c5b43 -> c1b96de)

2020-12-03 Thread chesnay
This is an automated email from the ASF dual-hosted git repository. chesnay pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from d9c5b43 [FLINK-19984][core] Add TypeSerializerTestCoverageTest add e967b98 [FLINK-19636][coordination] Refacto

[flink] branch release-1.12 updated: [FLINK-19984][core] Add TypeSerializerTestCoverageTest

2020-12-03 Thread aljoscha
This is an automated email from the ASF dual-hosted git repository. aljoscha pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.12 by this push: new c40dc91 [FLINK-19984][core] Add Ty

[flink] branch master updated (25b07f1 -> d9c5b43)

2020-12-03 Thread aljoscha
This is an automated email from the ASF dual-hosted git repository. aljoscha pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 25b07f1 [FLINK-20292][doc] Improve the document about transforming connector/format SPI resource files add d9

[flink-statefun] 01/03: [FLINK-20303] [e2e] Add a SmokeE2E test

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git commit b86616bae4ce58dbdeebb263810de9a9c85fff61 Author: Igal Shilman AuthorDate: Fri Nov 20 21:20:36 2020 +0100

[flink-statefun] 03/03: [hotfix][sdk] Correct spelling of wrong words.

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git commit 3edff6119ed74864565b39e5337127731bce1b23 Author: RocMarshal AuthorDate: Wed Dec 2 10:29:21 2020 +0800 [ho

[flink-statefun] 02/03: [hotfix][sdk] Change variable names to comply with camel case naming rules.

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git commit 2cf0d25deecd3978caed0840f10c9b22e6c14c9a Author: RocMarshal AuthorDate: Wed Dec 2 10:27:39 2020 +0800 [ho

[flink-statefun] branch master updated (e82c2a0 -> 3edff61)

2020-12-03 Thread tzulitai
This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git. from e82c2a0 [FLINK-20268] [python, docs] Update Python SDK README.md new b86616b [FLINK-20303] [e2e] Add

[flink] branch release-1.11 updated: [FLINK-19398][connectors/hive] Fix the failure when creating hive connector from userclassloader

2020-12-03 Thread lzljs3620320
This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.11 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.11 by this push: new 4616f7d [FLINK-19398][connecto

[flink] branch release-1.12 updated: [FLINK-20292][doc] Improve the document about transforming connector/format SPI resource files

2020-12-03 Thread lzljs3620320
This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/release-1.12 by this push: new b1eb0d1 [FLINK-20292][doc] Imp

[flink] branch master updated (208126a -> 25b07f1)

2020-12-03 Thread lzljs3620320
This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 208126a Revert "[FLINK-14076] Ensure CheckpointException can be deserialized on JobManager" add 25b07f1

[flink] branch master updated (b31495f -> 208126a)

2020-12-03 Thread arvid
This is an automated email from the ASF dual-hosted git repository. arvid pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from b31495f [FLINK-19527][Doc]Flink SQL Getting Started add d786c10 [FLINK-16443][checkpointing] Make sure that Che