[GitHub] [flink] flinkbot commented on pull request #14376: [FLINK-18202][PB format] New Format of protobuf

2020-12-13 Thread GitBox
flinkbot commented on pull request #14376: URL: https://github.com/apache/flink/pull/14376#issuecomment-744252765 ## CI report: * 4b702caaac7b53343401aee15f02454fd7a6f791 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[jira] [Commented] (FLINK-19905) The Jdbc-connector's 'lookup.max-retries' option initial value is 1 in JdbcLookupFunction

2020-12-13 Thread jiawen xiao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248785#comment-17248785 ] jiawen xiao commented on FLINK-19905: - hi,[~jark], i will  contribute a bug fix. Thi

[GitHub] [flink] flinkbot commented on pull request #14376: [FLINK-18202][PB format] New Format of protobuf

2020-12-13 Thread GitBox
flinkbot commented on pull request #14376: URL: https://github.com/apache/flink/pull/14376#issuecomment-744243277 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[jira] [Updated] (FLINK-18202) Introduce Protobuf format

2020-12-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-18202: --- Labels: pull-request-available (was: ) > Introduce Protobuf format > --

[GitHub] [flink] maosuhan opened a new pull request #14376: [FLINK-18202][PB format] New Format of protobuf

2020-12-13 Thread GitBox
maosuhan opened a new pull request #14376: URL: https://github.com/apache/flink/pull/14376 ## What is the purpose of the change Protobuf is a structured data format introduced by google. Compared to json, protobuf is more efficient of space and computing. Nowadays, many companies us

[GitHub] [flink] flinkbot edited a comment on pull request #14346: [FLINK-20354] Rework standalone docs pages

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14346: URL: https://github.com/apache/flink/pull/14346#issuecomment-741680007 ## CI report: * 2ad8d2e75d7f717ecc0f8ec1f29189306f50a214 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 7:13 AM: -

[jira] [Commented] (FLINK-2491) Checkpointing only works if all operators/tasks are still running

2020-12-13 Thread Swapnil (Jira)
[ https://issues.apache.org/jira/browse/FLINK-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248765#comment-17248765 ] Swapnil commented on FLINK-2491: Hi [~gaoyunhaii], thanks for acknowledging my request.

[GitHub] [flink] flinkbot edited a comment on pull request #14375: [hotfix][docs] Fix typo

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14375: URL: https://github.com/apache/flink/pull/14375#issuecomment-744210487 ## CI report: * dc42286c1d5d31d39498cd62cc59b78562cb838a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14346: [FLINK-20354] Rework standalone docs pages

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14346: URL: https://github.com/apache/flink/pull/14346#issuecomment-741680007 ## CI report: * 2ad8d2e75d7f717ecc0f8ec1f29189306f50a214 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Updated] (FLINK-20587) INSERT INTO TIMESTAMP WITH LOCAL TIME ZONE VALUES, THROW Unsupported type

2020-12-13 Thread Forward Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forward Xu updated FLINK-20587: --- Description: TABLE DDL: {code:java} // code placeholder CREATE TABLE sourceTable ( userid int, f_r

[jira] [Created] (FLINK-20587) INSERT INTO TIMESTAMP WITH LOCAL TIME ZONE VALUES, THROW Unsupported type

2020-12-13 Thread Forward Xu (Jira)
Forward Xu created FLINK-20587: -- Summary: INSERT INTO TIMESTAMP WITH LOCAL TIME ZONE VALUES, THROW Unsupported type Key: FLINK-20587 URL: https://issues.apache.org/jira/browse/FLINK-20587 Project: Flink

[jira] [Commented] (FLINK-20386) ClassCastException when lookup join a JDBC table on INT UNSIGNED column

2020-12-13 Thread jiawen xiao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248758#comment-17248758 ] jiawen xiao commented on FLINK-20386: - [~jark],when create subtasks for this questio

[GitHub] [flink] flinkbot commented on pull request #14375: [hotfix][docs] Fix typo

2020-12-13 Thread GitBox
flinkbot commented on pull request #14375: URL: https://github.com/apache/flink/pull/14375#issuecomment-744210487 ## CI report: * dc42286c1d5d31d39498cd62cc59b78562cb838a UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] rmetzger commented on a change in pull request #14346: [FLINK-20354] Rework standalone docs pages

2020-12-13 Thread GitBox
rmetzger commented on a change in pull request #14346: URL: https://github.com/apache/flink/pull/14346#discussion_r542142908 ## File path: docs/deployment/resource-providers/standalone/index.md ## @@ -24,153 +24,203 @@ specific language governing permissions and limitations un

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 6:32 AM: -

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 6:32 AM: -

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 6:31 AM: -

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 6:31 AM: -

[GitHub] [flink] V1ncentzzZ commented on a change in pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
V1ncentzzZ commented on a change in pull request #14373: URL: https://github.com/apache/flink/pull/14373#discussion_r542135018 ## File path: docs/dev/table/streaming/dynamic_tables.md ## @@ -28,161 +28,285 @@ This page describes how relational concepts elegantly translate to s

[GitHub] [flink] flinkbot edited a comment on pull request #14360: [FLINK-20509][table-planner-blink] Refactor verifyPlan method in TableTestBase

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14360: URL: https://github.com/apache/flink/pull/14360#issuecomment-742794536 ## CI report: * 423e7c7bdaafe08bd19fb3853861b8a350ead683 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #14375: [hotfix][docs] Fix typo

2020-12-13 Thread GitBox
flinkbot commented on pull request #14375: URL: https://github.com/apache/flink/pull/14375#issuecomment-744199500 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[GitHub] [flink] zhongqishang opened a new pull request #14375: [hotfix][docs] Fix typo

2020-12-13 Thread GitBox
zhongqishang opened a new pull request #14375: URL: https://github.com/apache/flink/pull/14375 ## Brief change log - *Fix typo* ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The pu

[GitHub] [flink] V1ncentzzZ commented on a change in pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
V1ncentzzZ commented on a change in pull request #14373: URL: https://github.com/apache/flink/pull/14373#discussion_r542135018 ## File path: docs/dev/table/streaming/dynamic_tables.md ## @@ -28,161 +28,285 @@ This page describes how relational concepts elegantly translate to s

[GitHub] [flink] V1ncentzzZ commented on a change in pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
V1ncentzzZ commented on a change in pull request #14373: URL: https://github.com/apache/flink/pull/14373#discussion_r542135018 ## File path: docs/dev/table/streaming/dynamic_tables.md ## @@ -28,161 +28,285 @@ This page describes how relational concepts elegantly translate to s

[GitHub] [flink] flinkbot edited a comment on pull request #14360: [FLINK-20509][table-planner-blink] Refactor verifyPlan method in TableTestBase

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14360: URL: https://github.com/apache/flink/pull/14360#issuecomment-742794536 ## CI report: * 423e7c7bdaafe08bd19fb3853861b8a350ead683 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Comment Edited] (FLINK-13678) Translate "Code Style - Preamble" page into Chinese

2020-12-13 Thread wx (Jira)
[ https://issues.apache.org/jira/browse/FLINK-13678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248752#comment-17248752 ] wx edited comment on FLINK-13678 at 12/14/20, 6:01 AM: --- hi there,

[jira] [Commented] (FLINK-13678) Translate "Code Style - Preamble" page into Chinese

2020-12-13 Thread wx (Jira)
[ https://issues.apache.org/jira/browse/FLINK-13678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248752#comment-17248752 ] wx commented on FLINK-13678: hi there, is this job finished ? I found the link is still in 

[GitHub] [flink] flinkbot edited a comment on pull request #14340: [FLINK-20533][datadog] Add Histogram support

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14340: URL: https://github.com/apache/flink/pull/14340#issuecomment-740746774 ## CI report: * 1618c8c9d6639b774ea6336b90a0c0b2ce888b80 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14340: [FLINK-20533][datadog] Add Histogram support

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14340: URL: https://github.com/apache/flink/pull/14340#issuecomment-740746774 ## CI report: * ccbb7ca839b16f8d587fbcc88cb42be1fee636fc Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #14367: [FLINK-20352][docs] Add PyFlink job submission section under the Advanced CLI section.

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14367: URL: https://github.com/apache/flink/pull/14367#issuecomment-743040989 ## CI report: * 8825b36cf590e53bf15837534ad4797594031ed5 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #13964: [FLINK-19314][coordination] Add DeclarativeSlotPoolBridge

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #13964: URL: https://github.com/apache/flink/pull/13964#issuecomment-723100396 ## CI report: * 38b20a3ba8f75871d2d12fe9c54f09372d72a995 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 4:28 AM: -

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 4:27 AM: -

[jira] [Commented] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei commented on FLINK-18983: -- Hey [~liuyufei], thanks for reporting! just to conf

[jira] [Comment Edited] (FLINK-18983) Job doesn't changed to failed if close function has blocked

2020-12-13 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248736#comment-17248736 ] Yuan Mei edited comment on FLINK-18983 at 12/14/20, 4:26 AM: -

[GitHub] [flink] flinkbot edited a comment on pull request #14367: [FLINK-20352][docs] Add PyFlink job submission section under the Advanced CLI section.

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14367: URL: https://github.com/apache/flink/pull/14367#issuecomment-743040989 ## CI report: * 1d552b0e4757d761f98b17b3e319e5ea804b5129 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14367: [FLINK-20352][docs] Add PyFlink job submission section under the Advanced CLI section.

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14367: URL: https://github.com/apache/flink/pull/14367#issuecomment-743040989 ## CI report: * 1d552b0e4757d761f98b17b3e319e5ea804b5129 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Created] (FLINK-20586) Flink 1.12 release notes mark error

2020-12-13 Thread venn wu (Jira)
venn wu created FLINK-20586: --- Summary: Flink 1.12 release notes mark error Key: FLINK-20586 URL: https://issues.apache.org/jira/browse/FLINK-20586 Project: Flink Issue Type: Improvement C

[GitHub] [flink] shuiqiangchen commented on pull request #14367: [FLINK-20352][docs] Add PyFlink job submission section under the Advanced CLI section.

2020-12-13 Thread GitBox
shuiqiangchen commented on pull request #14367: URL: https://github.com/apache/flink/pull/14367#issuecomment-744141202 hi @XComp, thank you for pointing out the mistakes, I have revised them in the latest commit, please have a look.

[jira] [Updated] (FLINK-20576) Flink Temporal Join Hive Dim Error

2020-12-13 Thread HideOnBush (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] HideOnBush updated FLINK-20576: --- Description:   KAFKA DDL {code:java} CREATE TABLE hive_catalog.flink_db_test.kfk_master_test (

[jira] [Updated] (FLINK-20576) Flink Temporal Join Hive Dim Error

2020-12-13 Thread HideOnBush (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] HideOnBush updated FLINK-20576: --- Description:   KAFKA DDL {code:java} CREATE TABLE hive_catalog.flink_db_test.kfk_master_test (

[jira] [Updated] (FLINK-20576) Flink Temporal Join Hive Dim Error

2020-12-13 Thread HideOnBush (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] HideOnBush updated FLINK-20576: --- Description: {noformat} SELECT * FROM hive_catalog.flink_db_test.kfk_master_test AS kafk_tbl JOIN

[jira] [Updated] (FLINK-20576) Flink Temporal Join Hive Dim Error

2020-12-13 Thread HideOnBush (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] HideOnBush updated FLINK-20576: --- Description: {noformat} SELECT * FROM hive_catalog.flink_db_test.kfk_master_test AS kafk_tbl JOIN h

[GitHub] [flink] shuiqiangchen commented on a change in pull request #14367: [FLINK-20352][docs] Add PyFlink job submission section under the Advanced CLI section.

2020-12-13 Thread GitBox
shuiqiangchen commented on a change in pull request #14367: URL: https://github.com/apache/flink/pull/14367#discussion_r542081269 ## File path: docs/deployment/cli.md ## @@ -338,4 +338,74 @@ specified in the `config/flink-config.yaml`. For more details on the commands and the

[jira] [Commented] (FLINK-20581) java.lang.NoClassDefFoundError: Could not initialize class org.apache.flink.util.JavaGcCleanerWrapper

2020-12-13 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248723#comment-17248723 ] Yun Tang commented on FLINK-20581: -- [~Lonie] Have you ever checked whether class {{org

[GitHub] [flink] zhuzhurk commented on a change in pull request #13883: [FLINK-19920][runtime] Remove legacy failover strategy

2020-12-13 Thread GitBox
zhuzhurk commented on a change in pull request #13883: URL: https://github.com/apache/flink/pull/13883#discussion_r542077543 ## File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java ## @@ -49,7 +49,7 @@ import org.apache.flink.runt

[jira] [Commented] (FLINK-20389) UnalignedCheckpointITCase failure caused by NullPointerException

2020-12-13 Thread Huang Xingbo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248716#comment-17248716 ] Huang Xingbo commented on FLINK-20389: -- https://dev.azure.com/apache-flink/apache-f

[jira] [Created] (FLINK-20585) the release note has some minor bug

2020-12-13 Thread Georger (Jira)
Georger created FLINK-20585: --- Summary: the release note has some minor bug Key: FLINK-20585 URL: https://issues.apache.org/jira/browse/FLINK-20585 Project: Flink Issue Type: Bug Component

[jira] [Comment Edited] (FLINK-19146) createMiniBatchTrigger() use OR ,table.exec.mini-batch.size and table.exec.mini-batch.allow-latency

2020-12-13 Thread badqiu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248712#comment-17248712 ] badqiu edited comment on FLINK-19146 at 12/14/20, 2:00 AM: --- se

[jira] [Commented] (FLINK-19146) createMiniBatchTrigger() use OR ,table.exec.mini-batch.size and table.exec.mini-batch.allow-latency

2020-12-13 Thread badqiu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248712#comment-17248712 ] badqiu commented on FLINK-19146: set `table.exec.mini-batch.enabled`=`true`; set `table.

[jira] [Commented] (FLINK-16947) ArtifactResolutionException: Could not transfer artifact. Entry [...] has not been leased from this pool

2020-12-13 Thread Huang Xingbo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248709#comment-17248709 ] Huang Xingbo commented on FLINK-16947: -- https://dev.azure.com/apache-flink/apache-f

[GitHub] [flink] flinkbot edited a comment on pull request #14340: [FLINK-20533][datadog] Add Histogram support

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14340: URL: https://github.com/apache/flink/pull/14340#issuecomment-740746774 ## CI report: * 4f62e23c4ec3c38a510b4d3eb93935c6972b7e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-20579) eash es sink will have

2020-12-13 Thread donglei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248708#comment-17248708 ] donglei commented on FLINK-20579: - 因此,我们采取的如下的方法,在ElasticsearchSinkBase中的beforeBulk根据同一个

[GitHub] [flink] flinkbot edited a comment on pull request #14340: [FLINK-20533][datadog] Add Histogram support

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14340: URL: https://github.com/apache/flink/pull/14340#issuecomment-740746774 ## CI report: * 4f62e23c4ec3c38a510b4d3eb93935c6972b7e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14340: [FLINK-20533][datadog] Add Histogram support

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14340: URL: https://github.com/apache/flink/pull/14340#issuecomment-740746774 ## CI report: * 4f62e23c4ec3c38a510b4d3eb93935c6972b7e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #13964: [FLINK-19314][coordination] Add DeclarativeSlotPoolBridge

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #13964: URL: https://github.com/apache/flink/pull/13964#issuecomment-723100396 ## CI report: * 93eba656d95d403a56f2f12dbf6ef4bf9642be94 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14340: [FLINK-20533][datadog] Add Histogram support

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14340: URL: https://github.com/apache/flink/pull/14340#issuecomment-740746774 ## CI report: * 4f62e23c4ec3c38a510b4d3eb93935c6972b7e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #13964: [FLINK-19314][coordination] Add DeclarativeSlotPoolBridge

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #13964: URL: https://github.com/apache/flink/pull/13964#issuecomment-723100396 ## CI report: * 93eba656d95d403a56f2f12dbf6ef4bf9642be94 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Closed] (FLINK-19490) Document SOMAXCONN OS limit on blob server backlog

2020-12-13 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-19490. Resolution: Fixed master: 8b05cbee4425c5ee33d73bed1473e075d7e17387 > Document SOMAXCONN O

[GitHub] [flink] zentol merged pull request #14351: [FLINK-19490][conf] Document SOMAXCONN limit for 'blob.fetch.backlog'

2020-12-13 Thread GitBox
zentol merged pull request #14351: URL: https://github.com/apache/flink/pull/14351 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [flink] flinkbot edited a comment on pull request #14360: [FLINK-20509][table-planner-blink] Refactor verifyPlan method in TableTestBase

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14360: URL: https://github.com/apache/flink/pull/14360#issuecomment-742794536 ## CI report: * 423e7c7bdaafe08bd19fb3853861b8a350ead683 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14374: [FLINK-20584]fix the ORC format code in scala example.

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14374: URL: https://github.com/apache/flink/pull/14374#issuecomment-744034597 ## CI report: * 2c6d8ab95411108242ff2e1fc1bd402daa4d90bb Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14374: [FLINK-20584]fix the ORC format code in scala example.

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14374: URL: https://github.com/apache/flink/pull/14374#issuecomment-744034597 ## CI report: * 2c6d8ab95411108242ff2e1fc1bd402daa4d90bb Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot commented on pull request #14374: [FLINK-20584]fix the ORC format code in scala example.

2020-12-13 Thread GitBox
flinkbot commented on pull request #14374: URL: https://github.com/apache/flink/pull/14374#issuecomment-744034597 ## CI report: * 2c6d8ab95411108242ff2e1fc1bd402daa4d90bb UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot commented on pull request #14374: [FLINK-20584]fix the ORC format code in scala example.

2020-12-13 Thread GitBox
flinkbot commented on pull request #14374: URL: https://github.com/apache/flink/pull/14374#issuecomment-744033062 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[jira] [Updated] (FLINK-20584) Document: Streaming File Sink - ORC Format, example of Scala, file is empty after being written

2020-12-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-20584: --- Labels: pull-request-available (was: ) > Document: Streaming File Sink - ORC Format, exampl

[GitHub] [flink] helundong opened a new pull request #14374: [FLINK-20584]fix the ORC format code in scala example.

2020-12-13 Thread GitBox
helundong opened a new pull request #14374: URL: https://github.com/apache/flink/pull/14374 ## What is the purpose of the change This pull request fix the document: Streaming File Sink - ORC Format, example of Scala, file is empty after being written ## Brief change log fix

[GitHub] [flink] flinkbot edited a comment on pull request #14360: [FLINK-20509][table-planner-blink] Refactor verifyPlan method in TableTestBase

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14360: URL: https://github.com/apache/flink/pull/14360#issuecomment-742794536 ## CI report: * e75f69ef1757cbed246985811eec11432876ffdf Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14360: [FLINK-20509][table-planner-blink] Refactor verifyPlan method in TableTestBase

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14360: URL: https://github.com/apache/flink/pull/14360#issuecomment-742794536 ## CI report: * e75f69ef1757cbed246985811eec11432876ffdf Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Created] (FLINK-20584) Document: Streaming File Sink - ORC Format, example of Scala, file is empty after being written

2020-12-13 Thread lundong he (Jira)
lundong he created FLINK-20584: -- Summary: Document: Streaming File Sink - ORC Format, example of Scala, file is empty after being written Key: FLINK-20584 URL: https://issues.apache.org/jira/browse/FLINK-20584

[GitHub] [flink] flinkbot edited a comment on pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14373: URL: https://github.com/apache/flink/pull/14373#issuecomment-744010195 ## CI report: * 5363cc0a1705a1dc1cf2a3d5268f2e5675b389da Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
flinkbot edited a comment on pull request #14373: URL: https://github.com/apache/flink/pull/14373#issuecomment-744010195 ## CI report: * 5363cc0a1705a1dc1cf2a3d5268f2e5675b389da Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-2491) Checkpointing only works if all operators/tasks are still running

2020-12-13 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248586#comment-17248586 ] Yun Gao commented on FLINK-2491: Hi [~swapnilkhante], very thanks for the attention! We a

[GitHub] [flink] flinkbot commented on pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
flinkbot commented on pull request #14373: URL: https://github.com/apache/flink/pull/14373#issuecomment-744010195 ## CI report: * 5363cc0a1705a1dc1cf2a3d5268f2e5675b389da UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot commented on pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
flinkbot commented on pull request #14373: URL: https://github.com/apache/flink/pull/14373#issuecomment-744008587 Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the pro

[GitHub] [flink] KKcorps opened a new pull request #14373: [FLINK-19530] [docs] Refactor Joins and Dynamic Table english content pages

2020-12-13 Thread GitBox
KKcorps opened a new pull request #14373: URL: https://github.com/apache/flink/pull/14373 ## What is the purpose of the change The PR addresses the refactoring of the documentation under FLIP-60. The PR addresses the table concepts documentation and makes changes so that the flow is

[GitHub] [flink] V1ncentzzZ commented on a change in pull request #13876: [FLINK-18382][docs] Translate Kafka SQL connector documentation into Chinese

2020-12-13 Thread GitBox
V1ncentzzZ commented on a change in pull request #13876: URL: https://github.com/apache/flink/pull/13876#discussion_r541918112 ## File path: docs/dev/table/connectors/kafka.zh.md ## @@ -75,185 +72,181 @@ CREATE TABLE kafkaTable ( -Connector Options +连接器配置项 --

[GitHub] [flink] tonychen0716 commented on pull request #13245: [FLINK-17826][jdbc] Add missing custom query support on new jdbc connector

2020-12-13 Thread GitBox
tonychen0716 commented on pull request #13245: URL: https://github.com/apache/flink/pull/13245#issuecomment-743994579 Looking forward to this merger This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (FLINK-17111) Support SHOW VIEWS in Flink SQL

2020-12-13 Thread Konstantin Knauf (Jira)
[ https://issues.apache.org/jira/browse/FLINK-17111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248547#comment-17248547 ] Konstantin Knauf commented on FLINK-17111: -- [~ykt836] Is there a regression in

[jira] [Commented] (FLINK-20389) UnalignedCheckpointITCase failure caused by NullPointerException

2020-12-13 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248531#comment-17248531 ] Robert Metzger commented on FLINK-20389: https://dev.azure.com/apache-flink/apac