[GitHub] [flink] SteNicholas commented on pull request #15058: [FLINK-21419][coordination] Remove GC cleaner mechanism for unsafe memory segments

2021-03-06 Thread GitBox
SteNicholas commented on pull request #15058: URL: https://github.com/apache/flink/pull/15058#issuecomment-791892124 @xintongsong, the result of CI tests is `SUCCESS`, please help to merge if you are available. This is an au

[GitHub] [flink] flinkbot edited a comment on pull request #13025: [FLINK-18762][network] Make network buffers per incoming/outgoing channel can be configured separately

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #13025: URL: https://github.com/apache/flink/pull/13025#issuecomment-666200437 ## CI report: * baf2aaa97de9aa36f9fe34334f30e935e513984c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15049: [FLINK-21190][runtime-web] Expose exception history

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15049: URL: https://github.com/apache/flink/pull/15049#issuecomment-787719691 ## CI report: * 2cbffce55c35f7e163739d07f88e480870a0fc37 UNKNOWN * bd732209f8aaa9653dfeaf7be6ff8396ece70928 UNKNOWN * 6c48dd09592d47aafe0d35e742e1ac717883

[GitHub] [flink] flinkbot edited a comment on pull request #15100: [FLINK-21640]Job fails to be submitted in tenant scenario

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15100: URL: https://github.com/apache/flink/pull/15100#issuecomment-791890811 ## CI report: * 68d24c47a07aef178685ef230905636d60031f63 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #13025: [FLINK-18762][network] Make network buffers per incoming/outgoing channel can be configured separately

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #13025: URL: https://github.com/apache/flink/pull/13025#issuecomment-666200437 ## CI report: * baf2aaa97de9aa36f9fe34334f30e935e513984c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15049: [FLINK-21190][runtime-web] Expose exception history

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15049: URL: https://github.com/apache/flink/pull/15049#issuecomment-787719691 ## CI report: * 2cbffce55c35f7e163739d07f88e480870a0fc37 UNKNOWN * bd732209f8aaa9653dfeaf7be6ff8396ece70928 UNKNOWN * 9e6117c0fe1e22157eaa9ec7410d1a1da678

[GitHub] [flink] flinkbot edited a comment on pull request #13025: [FLINK-18762][network] Make network buffers per incoming/outgoing channel can be configured separately

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #13025: URL: https://github.com/apache/flink/pull/13025#issuecomment-666200437 ## CI report: * a1acd62634a9e340b367f61ef9760f58a2a3fbc6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] tillrohrmann closed pull request #15093: [FLINK-21401] Consolidate JobGraph generation to properly instantiate streaming and batch JobGraphs

2021-03-06 Thread GitBox
tillrohrmann closed pull request #15093: URL: https://github.com/apache/flink/pull/15093 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 g

[jira] [Closed] (FLINK-21401) Tests that manually build a JobGraph cannot use DeclarativeScheduler

2021-03-06 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-21401. - Resolution: Fixed Fixed via 3926b5ea68 08a0c71b07 10bbc4b0a4 2f6f7418e8 ff80806a5a 430de94157 f

[GitHub] [flink] flinkbot edited a comment on pull request #15100: [FLINK-21640]Job fails to be submitted in tenant scenario

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15100: URL: https://github.com/apache/flink/pull/15100#issuecomment-791890811 ## CI report: * 68d24c47a07aef178685ef230905636d60031f63 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15100: [FLINK-21640]Job fails to be submitted in tenant scenario

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15100: URL: https://github.com/apache/flink/pull/15100#issuecomment-791890811 ## CI report: * 67fa432097933972df287ea82f7ff5f13adc4c45 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] xintongsong closed pull request #15094: [FLINK-21633][coordination] Index pending task managers in TaskManage…

2021-03-06 Thread GitBox
xintongsong closed pull request #15094: URL: https://github.com/apache/flink/pull/15094 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

[jira] [Closed] (FLINK-21633) Index pending task managers in TaskManagerTracker

2021-03-06 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song closed FLINK-21633. Resolution: Done Merged via * master (1.13): c84cd999688dac1459d56a271fe88052cbb80ab4 > Index pen

[GitHub] [flink] xintongsong commented on pull request #15058: [FLINK-21419][coordination] Remove GC cleaner mechanism for unsafe memory segments

2021-03-06 Thread GitBox
xintongsong commented on pull request #15058: URL: https://github.com/apache/flink/pull/15058#issuecomment-791940898 Thanks @SteNicholas. Merging this. This is an automated message from the Apache Git Service. To respond to t

[GitHub] [flink] xintongsong closed pull request #15058: [FLINK-21419][coordination] Remove GC cleaner mechanism for unsafe memory segments

2021-03-06 Thread GitBox
xintongsong closed pull request #15058: URL: https://github.com/apache/flink/pull/15058 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

[jira] [Closed] (FLINK-21419) Remove GC cleaner mechanism for unsafe memory segments

2021-03-06 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song closed FLINK-21419. Fix Version/s: 1.13.0 Resolution: Done Merged via * master (1.13): 9de6d8d57454c908021dff83

[GitHub] [flink] flinkbot edited a comment on pull request #15062: [FLINK-21549][table-planner-blink] Support json serialization/deserialization for the push-down result of DynamicTableSource and Dyna

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15062: URL: https://github.com/apache/flink/pull/15062#issuecomment-788890431 ## CI report: * 11bc275bd72bee56af5dccb8983581890ad48ff5 UNKNOWN * 6fa6eb03777fb4061d0e1f261075ef54d37757c9 Azure: [FAILURE](https://dev.azure.com/apache-fl

[GitHub] [flink] rmetzger commented on pull request #14737: [FLINK-19667] Add AWS Glue Schema Registry integration

2021-03-06 Thread GitBox
rmetzger commented on pull request #14737: URL: https://github.com/apache/flink/pull/14737#issuecomment-791962050 https://dev.azure.com/rmetzger/Flink/_build/results?buildId=8944&view=results This is an automated message from

[GitHub] [flink] kezhuw commented on pull request #15039: [FLINK-19763][metrics][tests] Add testNonHeapMetricUsageNotStatic and refine testMetaspaceMetricUsageNotStatic

2021-03-06 Thread GitBox
kezhuw commented on pull request #15039: URL: https://github.com/apache/flink/pull/15039#issuecomment-791967403 @flinkbot run azure This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [flink] flinkbot edited a comment on pull request #15062: [FLINK-21549][table-planner-blink] Support json serialization/deserialization for the push-down result of DynamicTableSource and Dyna

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15062: URL: https://github.com/apache/flink/pull/15062#issuecomment-788890431 ## CI report: * 11bc275bd72bee56af5dccb8983581890ad48ff5 UNKNOWN * 6fa6eb03777fb4061d0e1f261075ef54d37757c9 Azure: [FAILURE](https://dev.azure.com/apache-fl

[GitHub] [flink] flinkbot edited a comment on pull request #15039: [FLINK-19763][metrics][tests] Add testNonHeapMetricUsageNotStatic and refine testMetaspaceMetricUsageNotStatic

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15039: URL: https://github.com/apache/flink/pull/15039#issuecomment-786732475 ## CI report: * 1dc021dce69f43382d4f5a9f67bad911eeb87a44 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Assigned] (FLINK-21306) FlinkSecurityManager might avoid fatal system exits

2021-03-06 Thread Robert Metzger (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned FLINK-21306: -- Assignee: Robert Metzger > FlinkSecurityManager might avoid fatal system exits >

[GitHub] [flink] flinkbot edited a comment on pull request #15039: [FLINK-19763][metrics][tests] Add testNonHeapMetricUsageNotStatic and refine testMetaspaceMetricUsageNotStatic

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15039: URL: https://github.com/apache/flink/pull/15039#issuecomment-786732475 ## CI report: * 1dc021dce69f43382d4f5a9f67bad911eeb87a44 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15049: [FLINK-21190][runtime-web] Expose exception history

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15049: URL: https://github.com/apache/flink/pull/15049#issuecomment-787719691 ## CI report: * 2cbffce55c35f7e163739d07f88e480870a0fc37 UNKNOWN * bd732209f8aaa9653dfeaf7be6ff8396ece70928 UNKNOWN * 9e6117c0fe1e22157eaa9ec7410d1a1da678

[jira] [Updated] (FLINK-21641) Support 'useModules' and 'listFullModules' in PyFlink

2021-03-06 Thread Jane Chan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jane Chan updated FLINK-21641: -- Summary: Support 'useModules' and 'listFullModules' in PyFlink (was: Support 'useModules' and 'listMo

[jira] [Created] (FLINK-21641) Support 'useModules' and 'listModules' in PyFlink

2021-03-06 Thread Jane Chan (Jira)
Jane Chan created FLINK-21641: - Summary: Support 'useModules' and 'listModules' in PyFlink Key: FLINK-21641 URL: https://issues.apache.org/jira/browse/FLINK-21641 Project: Flink Issue Type: Sub-t

[GitHub] [flink] LadyForest opened a new pull request #15101: [FLINK-21641][python] Support 'useModules' and 'listFullModules' in PyFlink

2021-03-06 Thread GitBox
LadyForest opened a new pull request #15101: URL: https://github.com/apache/flink/pull/15101 ## What is the purpose of the change This pull request supports `useModules` and `listFullModules` in PyFlink to keep Table API consistent. ## Brief change log - Add imple

[jira] [Updated] (FLINK-21641) Support 'useModules' and 'listFullModules' in PyFlink

2021-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-21641: --- Labels: pull-request-available (was: ) > Support 'useModules' and 'listFullModules' in PyFl

[GitHub] [flink] flinkbot commented on pull request #15101: [FLINK-21641][python] Support 'useModules' and 'listFullModules' in PyFlink

2021-03-06 Thread GitBox
flinkbot commented on pull request #15101: URL: https://github.com/apache/flink/pull/15101#issuecomment-791979758 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] flinkbot edited a comment on pull request #15049: [FLINK-21190][runtime-web] Expose exception history

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15049: URL: https://github.com/apache/flink/pull/15049#issuecomment-787719691 ## CI report: * 2cbffce55c35f7e163739d07f88e480870a0fc37 UNKNOWN * bd732209f8aaa9653dfeaf7be6ff8396ece70928 UNKNOWN * 9e6117c0fe1e22157eaa9ec7410d1a1da678

[GitHub] [flink] flinkbot commented on pull request #15101: [FLINK-21641][python] Support 'useModules' and 'listFullModules' in PyFlink

2021-03-06 Thread GitBox
flinkbot commented on pull request #15101: URL: https://github.com/apache/flink/pull/15101#issuecomment-791983297 ## CI report: * 642045406a87997c1e9e5e7ccff74017490e8b27 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #15101: [FLINK-21641][python] Support 'useModules' and 'listFullModules' in PyFlink

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15101: URL: https://github.com/apache/flink/pull/15101#issuecomment-791983297 ## CI report: * 642045406a87997c1e9e5e7ccff74017490e8b27 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15039: [FLINK-19763][metrics][tests] Add testNonHeapMetricUsageNotStatic and refine testMetaspaceMetricUsageNotStatic

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15039: URL: https://github.com/apache/flink/pull/15039#issuecomment-786732475 ## CI report: * 1dc021dce69f43382d4f5a9f67bad911eeb87a44 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15049: [FLINK-21190][runtime-web] Expose exception history

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15049: URL: https://github.com/apache/flink/pull/15049#issuecomment-787719691 ## CI report: * 2cbffce55c35f7e163739d07f88e480870a0fc37 UNKNOWN * bd732209f8aaa9653dfeaf7be6ff8396ece70928 UNKNOWN * 9e6117c0fe1e22157eaa9ec7410d1a1da678

[GitHub] [flink] flinkbot edited a comment on pull request #15062: [FLINK-21549][table-planner-blink] Support json serialization/deserialization for the push-down result of DynamicTableSource and Dyna

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15062: URL: https://github.com/apache/flink/pull/15062#issuecomment-788890431 ## CI report: * 11bc275bd72bee56af5dccb8983581890ad48ff5 UNKNOWN * d566e926272920811122d0e221151818c61aa4a7 Azure: [SUCCESS](https://dev.azure.com/apache-fl

[GitHub] [flink] flinkbot edited a comment on pull request #15049: [FLINK-21190][runtime-web] Expose exception history

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15049: URL: https://github.com/apache/flink/pull/15049#issuecomment-787719691 ## CI report: * 2cbffce55c35f7e163739d07f88e480870a0fc37 UNKNOWN * bd732209f8aaa9653dfeaf7be6ff8396ece70928 UNKNOWN * 9674e2e9122c258ad891b21acbc020ad2719

[GitHub] [flink] flinkbot edited a comment on pull request #15101: [FLINK-21641][python] Support 'useModules' and 'listFullModules' in PyFlink

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15101: URL: https://github.com/apache/flink/pull/15101#issuecomment-791983297 ## CI report: * 642045406a87997c1e9e5e7ccff74017490e8b27 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Created] (FLINK-21642) RequestReplyFunction recovery fails with a remote SDK

2021-03-06 Thread Igal Shilman (Jira)
Igal Shilman created FLINK-21642: Summary: RequestReplyFunction recovery fails with a remote SDK Key: FLINK-21642 URL: https://issues.apache.org/jira/browse/FLINK-21642 Project: Flink Issue T

[GitHub] [flink-statefun] igalshilman opened a new pull request #208: [FLINK-21642] Make a retry batch on recovery

2021-03-06 Thread GitBox
igalshilman opened a new pull request #208: URL: https://github.com/apache/flink-statefun/pull/208 According to the request-reply protocol, on recovery we re-send the uncompleted (in-flight during failure) messages. But we shouldn't assume that the state definitions are the same as

[jira] [Updated] (FLINK-21642) RequestReplyFunction recovery fails with a remote SDK

2021-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-21642: --- Labels: pull-request-available (was: ) > RequestReplyFunction recovery fails with a remote

[GitHub] [flink] LinyuYao1021 commented on pull request #14737: [FLINK-19667] Add AWS Glue Schema Registry integration

2021-03-06 Thread GitBox
LinyuYao1021 commented on pull request #14737: URL: https://github.com/apache/flink/pull/14737#issuecomment-792069594 > https://dev.azure.com/rmetzger/Flink/_build/results?buildId=8944&view=results Hi Robert, the CI failed because it ran my e2e test. Is it because I added the secret

[GitHub] [flink] flinkbot edited a comment on pull request #15049: [FLINK-21190][runtime-web] Expose exception history

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15049: URL: https://github.com/apache/flink/pull/15049#issuecomment-787719691 ## CI report: * 2cbffce55c35f7e163739d07f88e480870a0fc37 UNKNOWN * bd732209f8aaa9653dfeaf7be6ff8396ece70928 UNKNOWN * a94540e505c6edad9bf3f7d400f8a4ee671d

[jira] [Created] (FLINK-21643) JDBC sink should be able to execute statements on multiple tables

2021-03-06 Thread Maciej Obuchowski (Jira)
Maciej Obuchowski created FLINK-21643: - Summary: JDBC sink should be able to execute statements on multiple tables Key: FLINK-21643 URL: https://issues.apache.org/jira/browse/FLINK-21643 Project:

[jira] [Commented] (FLINK-21643) JDBC sink should be able to execute statements on multiple tables

2021-03-06 Thread Maciej Obuchowski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296685#comment-17296685 ] Maciej Obuchowski commented on FLINK-21643: --- As I already have solution (worki

[GitHub] [flink] mobuchowski opened a new pull request #15102: draft: [FLINK-21643] [connectors/jdbc] Provide DynamicJdbcStatementExecutor

2021-03-06 Thread GitBox
mobuchowski opened a new pull request #15102: URL: https://github.com/apache/flink/pull/15102 ## What is the purpose of the change Currently datastream JDBC sink supports outputting data only to one table - by having to provide SQL template, from which SimpleBatchStatementExecuto

[jira] [Comment Edited] (FLINK-21643) JDBC sink should be able to execute statements on multiple tables

2021-03-06 Thread Maciej Obuchowski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296685#comment-17296685 ] Maciej Obuchowski edited comment on FLINK-21643 at 3/7/21, 1:45 AM: --

[jira] [Updated] (FLINK-21643) JDBC sink should be able to execute statements on multiple tables

2021-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-21643: --- Labels: pull-request-available (was: ) > JDBC sink should be able to execute statements on

[GitHub] [flink] flinkbot commented on pull request #15102: draft: [FLINK-21643] [connectors/jdbc] Provide DynamicJdbcStatementExecutor

2021-03-06 Thread GitBox
flinkbot commented on pull request #15102: URL: https://github.com/apache/flink/pull/15102#issuecomment-792153441 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] flinkbot commented on pull request #15102: draft: [FLINK-21643] [connectors/jdbc] Provide DynamicJdbcStatementExecutor

2021-03-06 Thread GitBox
flinkbot commented on pull request #15102: URL: https://github.com/apache/flink/pull/15102#issuecomment-792167253 ## CI report: * dfdf090b2f30899e7894b15bfa23dcf5b2dccbc7 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot r

[GitHub] [flink] flinkbot edited a comment on pull request #15102: draft: [FLINK-21643] [connectors/jdbc] Provide DynamicJdbcStatementExecutor

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15102: URL: https://github.com/apache/flink/pull/15102#issuecomment-792167253 ## CI report: * dfdf090b2f30899e7894b15bfa23dcf5b2dccbc7 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] beyond1920 commented on pull request #15026: [FLINK-19610][table-planner-blink] Support streaming window TopN in planner

2021-03-06 Thread GitBox
beyond1920 commented on pull request #15026: URL: https://github.com/apache/flink/pull/15026#issuecomment-792182788 @wuchong Thanks for review, I've updated pr based on your comment. This is an automated message from the Apac

[GitHub] [flink] flinkbot edited a comment on pull request #15026: [FLINK-19610][table-planner-blink] Support streaming window TopN in planner

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15026: URL: https://github.com/apache/flink/pull/15026#issuecomment-786469305 ## CI report: * d230bc06f6471d949c037ef7940668465c27d6cf Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] godfreyhe closed pull request #15062: [FLINK-21549][table-planner-blink] Support json serialization/deserialization for the push-down result of DynamicTableSource and DynamicTableSink

2021-03-06 Thread GitBox
godfreyhe closed pull request #15062: URL: https://github.com/apache/flink/pull/15062 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 t

[jira] [Closed] (FLINK-21549) Support json serialization/deserialization for the push-down result of DynamicTableSource and DynamicTableSink

2021-03-06 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he closed FLINK-21549. -- Resolution: Fixed Fixed in 1.13.0: df72f254..68f5140c > Support json serialization/deserialization fo

[GitHub] [flink] flinkbot edited a comment on pull request #15026: [FLINK-19610][table-planner-blink] Support streaming window TopN in planner

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15026: URL: https://github.com/apache/flink/pull/15026#issuecomment-786469305 ## CI report: * d230bc06f6471d949c037ef7940668465c27d6cf Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15026: [FLINK-19610][table-planner-blink] Support streaming window TopN in planner

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15026: URL: https://github.com/apache/flink/pull/15026#issuecomment-786469305 ## CI report: * 7b5c54a66d9bb6ec1869c566a6da55121156b01d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #13025: [FLINK-18762][network] Make network buffers per incoming/outgoing channel can be configured separately

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #13025: URL: https://github.com/apache/flink/pull/13025#issuecomment-666200437 ## CI report: * a1acd62634a9e340b367f61ef9760f58a2a3fbc6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-20654) Unaligned checkpoint recovery may lead to corrupted data stream

2021-03-06 Thread Liwei Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296771#comment-17296771 ] Liwei Lin commented on FLINK-20654: --- hi [~pnowojski] , does this also affect Flink 1.1

[GitHub] [flink] flinkbot edited a comment on pull request #13025: [FLINK-18762][network] Make network buffers per incoming/outgoing channel can be configured separately

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #13025: URL: https://github.com/apache/flink/pull/13025#issuecomment-666200437 ## CI report: * a1acd62634a9e340b367f61ef9760f58a2a3fbc6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[jira] [Commented] (FLINK-19449) LEAD/LAG cannot work correctly in streaming mode

2021-03-06 Thread laiyijie (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296775#comment-17296775 ] laiyijie commented on FLINK-19449: -- Support LAG firstly is a good idea. I think LAG is

[GitHub] [flink] flinkbot edited a comment on pull request #15018: [FLINK-21460][table api] Use Configuration to create TableEnvironment

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15018: URL: https://github.com/apache/flink/pull/15018#issuecomment-785717193 ## CI report: * 217893622a4159abd857431a46268a8a651cc6f2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result

[GitHub] [flink] flinkbot edited a comment on pull request #15018: [FLINK-21460][table api] Use Configuration to create TableEnvironment

2021-03-06 Thread GitBox
flinkbot edited a comment on pull request #15018: URL: https://github.com/apache/flink/pull/15018#issuecomment-785717193 ## CI report: * 217893622a4159abd857431a46268a8a651cc6f2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/result