[GitHub] [flink] flinkbot edited a comment on pull request #18244: [flink-24970] Reserve resources After waiting for the resources to be released, delete the topic

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18244: URL: https://github.com/apache/flink/pull/18244#issuecomment-1002878375 ## CI report: * b6a1010bf20dc9d04a1c618a9afb0dfb197675d3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] LadyForest commented on a change in pull request #18236: [FLINK-25176][table] Introduce "ALTER TABLE ... COMPACT" syntax

2021-12-29 Thread GitBox
LadyForest commented on a change in pull request #18236: URL: https://github.com/apache/flink/pull/18236#discussion_r776606481 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/SqlToOperationConverter.java ## @@ -542,6 +551,6

[GitHub] [flink] flinkbot edited a comment on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1001947929 ## CI report: * bb7e7e79bd96f07dfd820641b0ee0289e10cf3b9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1001947929 ## CI report: * bb7e7e79bd96f07dfd820641b0ee0289e10cf3b9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] zhuzhurk removed a comment on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
zhuzhurk removed a comment on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1002887868 @flinkbot run azure -- 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 the

[GitHub] [flink] flinkbot edited a comment on pull request #18235: Test change default batch configuration

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18235: URL: https://github.com/apache/flink/pull/18235#issuecomment-1002631269 ## CI report: * 1877d977da3179c76884bc42f923cdf2a01cc1e3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18235: Test change default batch configuration

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18235: URL: https://github.com/apache/flink/pull/18235#issuecomment-1002631269 ## CI report: * 1877d977da3179c76884bc42f923cdf2a01cc1e3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[jira] [Comment Edited] (FLINK-20044) Disposal of RocksDB could last forever

2021-12-29 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466708#comment-17466708 ] Yuan Mei edited comment on FLINK-20044 at 12/30/21, 7:29 AM: -

[jira] [Closed] (FLINK-20044) Disposal of RocksDB could last forever

2021-12-29 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Mei closed FLINK-20044. Resolution: Duplicate > Disposal of RocksDB could last forever > -- >

[jira] [Commented] (FLINK-20044) Disposal of RocksDB could last forever

2021-12-29 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466708#comment-17466708 ] Yuan Mei commented on FLINK-20044: -- This task seems a duplication of FLINK-5463  > Dis

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 32db1bc27c366fec5847f3e47717477b2a488ce8 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink-ml] gaoyunhaii merged pull request #48: [hotfix] Update README.md, NOTICE and license of blas in flink-ml-uber

2021-12-29 Thread GitBox
gaoyunhaii merged pull request #48: URL: https://github.com/apache/flink-ml/pull/48 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubsc

[jira] [Updated] (FLINK-14110) Deleting state.backend.rocksdb.localdir causes silent failure

2021-12-29 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-14110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Mei updated FLINK-14110: - Priority: Major (was: Not a Priority) > Deleting state.backend.rocksdb.localdir causes silent failure >

[GitHub] [flink-ml] gaoyunhaii merged pull request #46: [hotfix] Update README.md, NOTICE and license of blas in flink-ml-uber

2021-12-29 Thread GitBox
gaoyunhaii merged pull request #46: URL: https://github.com/apache/flink-ml/pull/46 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubsc

[jira] [Updated] (FLINK-16686) [State TTL] Make user class loader available in native RocksDB compaction thread

2021-12-29 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Mei updated FLINK-16686: - Priority: Major (was: Not a Priority) > [State TTL] Make user class loader available in native RocksDB

[GitHub] [flink] flinkbot edited a comment on pull request #18235: Test change default batch configuration

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18235: URL: https://github.com/apache/flink/pull/18235#issuecomment-1002631269 ## CI report: * 1877d977da3179c76884bc42f923cdf2a01cc1e3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink-ml] gaoyunhaii commented on a change in pull request #46: [hotfix] Update README.md, NOTICE and license of blas in flink-ml-uber

2021-12-29 Thread GitBox
gaoyunhaii commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776596724 ## File path: flink-ml-uber/src/main/resources/META-INF/licenses/LICENSE.blas ## @@ -0,0 +1,19 @@ +Copyright 2020, 2021, Ludovic Henry Review comment:

[jira] [Updated] (FLINK-20044) Disposal of RocksDB could last forever

2021-12-29 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Mei updated FLINK-20044: - Priority: Minor (was: Not a Priority) > Disposal of RocksDB could last forever > --

[jira] [Updated] (FLINK-24210) Window related serailizer should not return 0 as its serialized length

2021-12-29 Thread Yuan Mei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Mei updated FLINK-24210: - Priority: Major (was: Minor) > Window related serailizer should not return 0 as its serialized length >

[GitHub] [flink-ml] gaoyunhaii commented on a change in pull request #46: [hotfix] Update README.md, NOTICE and license of blas in flink-ml-uber

2021-12-29 Thread GitBox
gaoyunhaii commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776595837 ## File path: flink-ml-uber/src/main/resources/META-INF/licenses/LICENSE.blas ## @@ -0,0 +1,19 @@ +Copyright 2020, 2021, Ludovic Henry Review comment:

[GitHub] [flink] meng1222 edited a comment on pull request #18214: [hotfix][doc]Fixed an issue where clicking Window Assigner and Window…

2021-12-29 Thread GitBox
meng1222 edited a comment on pull request #18214: URL: https://github.com/apache/flink/pull/18214#issuecomment-1002647563 > I just noticed one thing, this is also broken for `docs/content.zh/docs/dev/datastream/operators/windows.md` > > Could you include that fix in this PR too?

[GitHub] [flink] flinkbot edited a comment on pull request #18243: [MINOR] remove unused LOG refence

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18243: URL: https://github.com/apache/flink/pull/18243#issuecomment-1002852907 ## CI report: * 24633f54f74d939dfe75fb0d75e5b3d56d557fb9 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * fa441634bb7832187f8edd43867cdab24c8ced4c Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[jira] [Commented] (FLINK-25227) Comparing the equality of the same (boxed) numeric values returns false

2021-12-29 Thread Caizhi Weng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466705#comment-17466705 ] Caizhi Weng commented on FLINK-25227: - Hi [~matriv] and [~slinkydeveloper] ! I also

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1001947929 ## CI report: * bb7e7e79bd96f07dfd820641b0ee0289e10cf3b9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18068: [FLINK-25105][checkpoint] Enables final checkpoint by default

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

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18068: [FLINK-25105][checkpoint] Enables final checkpoint by default

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

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18241: [hotfix][runtime] Remove unnecessary method.

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18241: URL: https://github.com/apache/flink/pull/18241#issuecomment-1002846897 ## CI report: * 60d55ac25c0b084ae99f2c261f70ed180b051bf9 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] shouweikun commented on a change in pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
shouweikun commented on a change in pull request #18199: URL: https://github.com/apache/flink/pull/18199#discussion_r776590185 ## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdModifiedMonotonicityTest.scala ##

[GitHub] [flink] flinkbot edited a comment on pull request #18068: [FLINK-25105][checkpoint] Enables final checkpoint by default

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

[GitHub] [flink] shouweikun commented on a change in pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
shouweikun commented on a change in pull request #18199: URL: https://github.com/apache/flink/pull/18199#discussion_r776590185 ## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdModifiedMonotonicityTest.scala ##

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[jira] [Commented] (FLINK-25476) CharType lost in the creation of MaxAggFunction & MinAggFunction

2021-12-29 Thread zoucao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466700#comment-17466700 ] zoucao commented on FLINK-25476: cc [~twalthr]  > CharType lost in the creation of MaxA

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] gaoyunhaii commented on a change in pull request #18068: [FLINK-25105][checkpoint] Enables final checkpoint by default

2021-12-29 Thread GitBox
gaoyunhaii commented on a change in pull request #18068: URL: https://github.com/apache/flink/pull/18068#discussion_r776589416 ## File path: flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java ## @@ -617,7 +617,6 @@ private static JobGraph create

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18236: [FLINK-25176][table] Introduce "ALTER TABLE ... COMPACT" syntax

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18236: URL: https://github.com/apache/flink/pull/18236#issuecomment-1002643289 ## CI report: * 059fb3d03455fb18a7a22378981e8fedfad4e7f8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink-ml] lindong28 commented on pull request #48: [hotfix] Update README.md, NOTICE and license of blas in flink-ml-uber

2021-12-29 Thread GitBox
lindong28 commented on pull request #48: URL: https://github.com/apache/flink-ml/pull/48#issuecomment-1002889596 Thanks for the PR! LGTM. -- 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 the spec

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink-ml] zhipeng93 opened a new pull request #48: [hotfix] Update README.md, NOTICE and license of blas in flink-ml-uber

2021-12-29 Thread GitBox
zhipeng93 opened a new pull request #48: URL: https://github.com/apache/flink-ml/pull/48 ## What is the purpose of the change - Prepares Flink ML for 2.0.0 release ## Brief change log - updates README.md - update NOTICE and license of blas in flink-ml-uber ## Does this

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1001947929 ## CI report: * 620637af8c8b1c4771c47ba041353c55a2a0600e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] JingsongLi commented on a change in pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
JingsongLi commented on a change in pull request #18199: URL: https://github.com/apache/flink/pull/18199#discussion_r776579436 ## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdModifiedMonotonicityTest.scala ##

[GitHub] [flink] zhuzhurk commented on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
zhuzhurk commented on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1002887868 @flinkbot run azure -- 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 the specifi

[GitHub] [flink-ml] zhipeng93 closed pull request #47: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 closed pull request #47: URL: https://github.com/apache/flink-ml/pull/47 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [flink-ml] zhipeng93 opened a new pull request #47: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 opened a new pull request #47: URL: https://github.com/apache/flink-ml/pull/47 ## What is the purpose of the change - Prepares Flink ML for 2.0.0 release ## Brief change log - updates README.md - update NOTICE and license of blas in flink-ml-uber ## Does this

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1001947929 ## CI report: * 620637af8c8b1c4771c47ba041353c55a2a0600e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776580992 ## File path: flink-ml-core/src/main/resources/META_INF/NOTICE ## @@ -1,10 +1,10 @@ -flink-ml-uber +flink-ml-core Review comment: Thanks for pointi

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776580383 ## File path: README.md ## @@ -1,12 +1,12 @@ -Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776580383 ## File path: README.md ## @@ -1,12 +1,12 @@ -Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of

[GitHub] [flink] flinkbot edited a comment on pull request #18218: [FLINK-18295] Rework IntermediateDataSet and IntermediateResultPartition to explicitly have one consumer

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18218: URL: https://github.com/apache/flink/pull/18218#issuecomment-1001947929 ## CI report: * 620637af8c8b1c4771c47ba041353c55a2a0600e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[jira] [Created] (FLINK-25484) TableRollingPolicy do not support inactivityInterval config which is supported in datastream api

2021-12-29 Thread LiChang (Jira)
LiChang created FLINK-25484: --- Summary: TableRollingPolicy do not support inactivityInterval config which is supported in datastream api Key: FLINK-25484 URL: https://issues.apache.org/jira/browse/FLINK-25484

[GitHub] [flink] flinkbot commented on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot commented on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002884037 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 pr

[GitHub] [flink] flinkbot commented on pull request #18245: Wy/comment

2021-12-29 Thread GitBox
flinkbot commented on pull request #18245: URL: https://github.com/apache/flink/pull/18245#issuecomment-1002883927 ## CI report: * 0e91212d21b16c593bb83059e06c347f9c052bed UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] JingsongLi commented on a change in pull request #18236: [FLINK-25176][table] Introduce "ALTER TABLE ... COMPACT" syntax

2021-12-29 Thread GitBox
JingsongLi commented on a change in pull request #18236: URL: https://github.com/apache/flink/pull/18236#discussion_r776575853 ## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/SqlToOperationConverter.java ## @@ -542,6 +551,6

[GitHub] [flink] wangyixiaohuihui opened a new pull request #18245: Wy/comment

2021-12-29 Thread GitBox
wangyixiaohuihui opened a new pull request #18245: URL: https://github.com/apache/flink/pull/18245 ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferrin

[GitHub] [flink] flinkbot edited a comment on pull request #18242: [hotfix][doc]Fixed the problem that the Windows document Window Assig…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18242: URL: https://github.com/apache/flink/pull/18242#issuecomment-1002848538 ## CI report: * 6e0b026601b551de1b3c2205f3f8aa5ec83a468a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink-ml] lindong28 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
lindong28 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776573555 ## File path: README.md ## @@ -1,12 +1,12 @@ -Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of

[GitHub] [flink-ml] lindong28 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
lindong28 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776573555 ## File path: README.md ## @@ -1,12 +1,12 @@ -Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of

[GitHub] [flink-ml] lindong28 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
lindong28 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776573757 ## File path: flink-ml-core/src/main/resources/META_INF/NOTICE ## @@ -1,10 +1,10 @@ -flink-ml-uber +flink-ml-core Review comment: Does flink-ml-cor

[GitHub] [flink-ml] lindong28 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
lindong28 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776573757 ## File path: flink-ml-core/src/main/resources/META_INF/NOTICE ## @@ -1,10 +1,10 @@ -flink-ml-uber +flink-ml-core Review comment: Does flink-ml-cor

[GitHub] [flink-ml] lindong28 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
lindong28 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776573555 ## File path: README.md ## @@ -1,12 +1,12 @@ -Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of

[GitHub] [flink] flinkbot edited a comment on pull request #18244: [flink-24970] Reserve resources After waiting for the resources to be released, delete the topic

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18244: URL: https://github.com/apache/flink/pull/18244#issuecomment-1002878375 ## CI report: * b6a1010bf20dc9d04a1c618a9afb0dfb197675d3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot commented on pull request #18244: [flink-24970] Reserve resources After waiting for the resources to be released, delete the topic

2021-12-29 Thread GitBox
flinkbot commented on pull request #18244: URL: https://github.com/apache/flink/pull/18244#issuecomment-1002878731 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 pr

[GitHub] [flink] flinkbot commented on pull request #18244: [flink-24970] Reserve resources After waiting for the resources to be released, delete the topic

2021-12-29 Thread GitBox
flinkbot commented on pull request #18244: URL: https://github.com/apache/flink/pull/18244#issuecomment-1002878375 ## CI report: * b6a1010bf20dc9d04a1c618a9afb0dfb197675d3 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[GitHub] [flink] complone edited a comment on pull request #18244: [flink-24970] Reserve resources After waiting for the resources to be…

2021-12-29 Thread GitBox
complone edited a comment on pull request #18244: URL: https://github.com/apache/flink/pull/18244#issuecomment-1002877941 @flinkbot /azure -- 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 the sp

[GitHub] [flink] complone commented on pull request #18244: [flink-24970] Reserve resources After waiting for the resources to be…

2021-12-29 Thread GitBox
complone commented on pull request #18244: URL: https://github.com/apache/flink/pull/18244#issuecomment-1002877941 run /azure -- 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 the specific comment

[GitHub] [flink] complone opened a new pull request #18244: [flink-24970] Reserve resources After waiting for the resources to be…

2021-12-29 Thread GitBox
complone opened a new pull request #18244: URL: https://github.com/apache/flink/pull/18244 … released, delete the topic ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776571828 ## File path: flink-ml-core/src/main/resources/META_INF/licenses/MIT.license ## @@ -0,0 +1,7 @@ +Copyright Review comment: Thanks for pointing th

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776570327 ## File path: flink-ml-core/src/main/resources/META_INF/NOTICE ## @@ -1,10 +1,10 @@ -flink-ml-uber +flink-ml-core Review comment: Beause blas is no

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776570327 ## File path: flink-ml-core/src/main/resources/META_INF/NOTICE ## @@ -1,10 +1,10 @@ -flink-ml-uber +flink-ml-core Review comment: Since blas is not

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
zhipeng93 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776570052 ## File path: README.md ## @@ -1,12 +1,12 @@ -Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of

[GitHub] [flink-ml] lindong28 commented on a change in pull request #46: [hotfix] Prepares Flink ML for 2.0.0 release

2021-12-29 Thread GitBox
lindong28 commented on a change in pull request #46: URL: https://github.com/apache/flink-ml/pull/46#discussion_r776566846 ## File path: README.md ## @@ -1,12 +1,12 @@ -Flink ML is a library which provides machine learning (ML) APIs and libraries that simplify the building of

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18199: URL: https://github.com/apache/flink/pull/18199#issuecomment-1000699581 ## CI report: * 151689d6a8214edc38eae822b0f54c1b23922fe5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[jira] [Created] (FLINK-25483) When FlinkSQL writes ES, it will not write and update the null value field

2021-12-29 Thread Jira
陈磊 created FLINK-25483: -- Summary: When FlinkSQL writes ES, it will not write and update the null value field Key: FLINK-25483 URL: https://issues.apache.org/jira/browse/FLINK-25483 Project: Flink Issue

[GitHub] [flink] flinkbot edited a comment on pull request #18235: Test change default batch configuration

2021-12-29 Thread GitBox
flinkbot edited a comment on pull request #18235: URL: https://github.com/apache/flink/pull/18235#issuecomment-1002631269 ## CI report: * b4a08a6a01d8a46ea12c922487e231e46bd51d17 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] shenzhu closed pull request #17900: [FLINK-24803][Table SQL/Planner] Fix cast BINARY/VARBINARY to STRING

2021-12-29 Thread GitBox
shenzhu closed pull request #17900: URL: https://github.com/apache/flink/pull/17900 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubsc

[GitHub] [flink] shenzhu commented on pull request #17900: [FLINK-24803][Table SQL/Planner] Fix cast BINARY/VARBINARY to STRING

2021-12-29 Thread GitBox
shenzhu commented on pull request #17900: URL: https://github.com/apache/flink/pull/17900#issuecomment-1002861610 replaced by https://github.com/apache/flink/pull/18221 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

  1   2   3   4   5   >