[jira] [Commented] (FLINK-26768) reconciliationStatus.error could not be cleared properly

2022-03-21 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510261#comment-17510261 ] Yang Wang commented on FLINK-26768: --- Yes. We need to clear the errors after successful

[GitHub] [flink-ml] weibozhao commented on a change in pull request #54: [FLINK-25552] Add Estimator and Transformer for MinMaxScaler

2022-03-21 Thread GitBox
weibozhao commented on a change in pull request #54: URL: https://github.com/apache/flink-ml/pull/54#discussion_r831819041 ## File path: flink-ml-lib/src/test/java/org/apache/flink/ml/feature/MinMaxScalerTest.java ## @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [flink-ml] weibozhao commented on a change in pull request #54: [FLINK-25552] Add Estimator and Transformer for MinMaxScaler

2022-03-21 Thread GitBox
weibozhao commented on a change in pull request #54: URL: https://github.com/apache/flink-ml/pull/54#discussion_r831817366 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/minmaxscaler/MinMaxScalerModel.java ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apac

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831815876 ## File path: flink-ml-lib/src/test/java/org/apache/flink/ml/feature/stringindexer/StringIndexerTest.java ## @@ -0,0 +1,319 @@ +/* + * Licensed to the Apa

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831815876 ## File path: flink-ml-lib/src/test/java/org/apache/flink/ml/feature/stringindexer/StringIndexerTest.java ## @@ -0,0 +1,319 @@ +/* + * Licensed to the Apa

[GitHub] [flink-ml] weibozhao commented on a change in pull request #54: [FLINK-25552] Add Estimator and Transformer for MinMaxScaler

2022-03-21 Thread GitBox
weibozhao commented on a change in pull request #54: URL: https://github.com/apache/flink-ml/pull/54#discussion_r831815901 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/minmaxscaler/MinMaxScalerModel.java ## @@ -0,0 +1,187 @@ +/* + * Licensed to the Apac

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831813941 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/stringindexer/StringIndexer.java ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[GitHub] [flink-ml] weibozhao commented on a change in pull request #54: [FLINK-25552] Add Estimator and Transformer for MinMaxScaler

2022-03-21 Thread GitBox
weibozhao commented on a change in pull request #54: URL: https://github.com/apache/flink-ml/pull/54#discussion_r831812941 ## File path: flink-ml-lib/src/test/java/org/apache/flink/ml/feature/MinMaxScalerTest.java ## @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831812871 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/stringindexer/StringIndexerParams.java ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Ap

[jira] [Created] (FLINK-26793) Flink Cassandra connector performance issue

2022-03-21 Thread Jay Ghiya (Jira)
Jay Ghiya created FLINK-26793: - Summary: Flink Cassandra connector performance issue Key: FLINK-26793 URL: https://issues.apache.org/jira/browse/FLINK-26793 Project: Flink Issue Type: Improvemen

[GitHub] [flink-ml] weibozhao commented on a change in pull request #54: [FLINK-25552] Add Estimator and Transformer for MinMaxScaler

2022-03-21 Thread GitBox
weibozhao commented on a change in pull request #54: URL: https://github.com/apache/flink-ml/pull/54#discussion_r831811014 ## File path: flink-ml-lib/src/test/java/org/apache/flink/ml/feature/MinMaxScalerTest.java ## @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831810341 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/stringindexer/StringIndexerModel.java ## @@ -0,0 +1,204 @@ +/* + * Licensed to the Ap

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831810341 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/stringindexer/StringIndexerModel.java ## @@ -0,0 +1,204 @@ +/* + * Licensed to the Ap

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831808440 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/stringindexer/StringIndexerParams.java ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Ap

[GitHub] [flink-ml] lindong28 commented on a change in pull request #54: [FLINK-25552] Add Estimator and Transformer for MinMaxScaler

2022-03-21 Thread GitBox
lindong28 commented on a change in pull request #54: URL: https://github.com/apache/flink-ml/pull/54#discussion_r831805455 ## File path: flink-ml-lib/src/test/java/org/apache/flink/ml/feature/MinMaxScalerTest.java ## @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [flink] flinkbot edited a comment on pull request #19193: [FLINK-22315][SQL-API] Support ADD column/constraint/watermark for ALTER TABLE statement

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19193: URL: https://github.com/apache/flink/pull/19193#issuecomment-1074780636 ## CI report: * 8c8228acd3f9c849ed054446b34c7477ba9b74a3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot commented on pull request #19193: [FLINK-22315][SQL-API] Support ADD column/constraint/watermark for ALTER TABLE statement

2022-03-21 Thread GitBox
flinkbot commented on pull request #19193: URL: https://github.com/apache/flink/pull/19193#issuecomment-1074780636 ## CI report: * 8c8228acd3f9c849ed054446b34c7477ba9b74a3 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot

[jira] [Comment Edited] (FLINK-26792) BufferedMutator failed when insert and update with a flush in Hbase Sink

2022-03-21 Thread lothar (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510245#comment-17510245 ] lothar edited comment on FLINK-26792 at 3/22/22, 6:16 AM: -- http

[GitHub] [flink] lsyldliu commented on pull request #19193: [FLINK-22315][SQL-API] Support ADD column/constraint/watermark for ALTER TABLE statement

2022-03-21 Thread GitBox
lsyldliu commented on pull request #19193: URL: https://github.com/apache/flink/pull/19193#issuecomment-1074779594 @wuchong Can you help to review this PR? -- 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

[GitHub] [flink] lsyldliu opened a new pull request #19193: [FLINK-22315][SQL-API] Support ADD column/constraint/watermark for ALTER TABLE statement

2022-03-21 Thread GitBox
lsyldliu opened a new pull request #19193: URL: https://github.com/apache/flink/pull/19193 ## What is the purpose of the change *Support ADD column/constraint/watermark for ALTER TABLE statement parse* ## Brief change log - *Support ADD column/constraint/waterm

[jira] [Commented] (FLINK-26651) The connector CI build timeout in azure

2022-03-21 Thread Paul Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510246#comment-17510246 ] Paul Lin commented on FLINK-26651: -- [~leonard] Looks like it's related to this bug htt

[jira] [Commented] (FLINK-26792) BufferedMutator failed when insert and update with a flush in Hbase Sink

2022-03-21 Thread lothar (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510245#comment-17510245 ] lothar commented on FLINK-26792: https://issues.apache.org/jira/browse/HBASE-8626 > Buf

[jira] [Commented] (FLINK-26792) BufferedMutator failed when insert and update with a flush in Hbase Sink

2022-03-21 Thread lothar (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510242#comment-17510242 ] lothar commented on FLINK-26792: As far as I know, Hbase Sink use Put#Put(byte[] row) an

[GitHub] [flink-ml] zhipeng93 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
zhipeng93 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831799753 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/stringindexer/StringIndexer.java ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[jira] [Updated] (FLINK-26792) BufferedMutator failed when insert and update with a flush in Hbase Sink

2022-03-21 Thread lothar (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lothar updated FLINK-26792: --- Attachment: image-2022-03-22-14-03-18-558.png > BufferedMutator failed when insert and update with a flush i

[GitHub] [flink] JingsongLi merged pull request #19181: [FLINK-11388][fs]add abstract test classes for recoverable writers(s3/oss)

2022-03-21 Thread GitBox
JingsongLi merged pull request #19181: URL: https://github.com/apache/flink/pull/19181 -- 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-unsu

[jira] [Commented] (FLINK-26781) Link operator doc site to Flink Website

2022-03-21 Thread chenzhengyu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510238#comment-17510238 ] chenzhengyu commented on FLINK-26781: - Hi, I would like to ask what is the document

[jira] [Created] (FLINK-26792) BufferedMutator failed when insert and update with a flush in Hbase Sink

2022-03-21 Thread lothar (Jira)
lothar created FLINK-26792: -- Summary: BufferedMutator failed when insert and update with a flush in Hbase Sink Key: FLINK-26792 URL: https://issues.apache.org/jira/browse/FLINK-26792 Project: Flink

[jira] [Updated] (FLINK-26781) Link operator doc site to Flink Website

2022-03-21 Thread chenzhengyu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenzhengyu updated FLINK-26781: Attachment: image-2022-03-22-13-56-19-084.png > Link operator doc site to Flink Website >

[jira] [Created] (FLINK-26791) Finish projection push down for table store

2022-03-21 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-26791: Summary: Finish projection push down for table store Key: FLINK-26791 URL: https://issues.apache.org/jira/browse/FLINK-26791 Project: Flink Issue Type: Sub-t

[jira] [Updated] (FLINK-26706) Introduce Ingress URL templating

2022-03-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-26706: --- Labels: pull-request-available (was: ) > Introduce Ingress URL templating > ---

[jira] [Commented] (FLINK-26786) Helm chart: Add default container annotation to the operator deployment

2022-03-21 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510233#comment-17510233 ] Yang Wang commented on FLINK-26786: --- [~haoxin] Thanks for your contribution. > Helm c

[jira] [Updated] (FLINK-26786) Helm chart: Add default container annotation to the operator deployment

2022-03-21 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang updated FLINK-26786: -- External issue URL: (was: https://github.com/apache/flink-kubernetes-operator/pull/89) > Helm chart

[jira] [Closed] (FLINK-26786) Helm chart: Add default container annotation to the operator deployment

2022-03-21 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang closed FLINK-26786. - Resolution: Fixed Merged via: main: 856f6f799c67a528d904f2c4f5664f4bae4c68c5 > Helm chart: Add default

[jira] [Updated] (FLINK-26786) Helm chart: Add default container annotation to the operator deployment

2022-03-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-26786: --- Labels: pull-request-available (was: ) > Helm chart: Add default container annotation to th

[jira] [Updated] (FLINK-24736) Non vulenerable jar files for Apache Flink 1.14.4

2022-03-21 Thread Parag Somani (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parag Somani updated FLINK-24736: - Description: Hello, We are using Apache flink 1.14.4 as one of base image in our production. Du

[jira] [Updated] (FLINK-24736) Non vulenerable jar files for Apache Flink 1.14.4

2022-03-21 Thread Parag Somani (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parag Somani updated FLINK-24736: - Description: Hello, We are using Apache flink 1.14.4 as one of base image in our production. Du

[jira] [Assigned] (FLINK-26786) Helm chart: Add default container annotation to the operator deployment

2022-03-21 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Wang reassigned FLINK-26786: - Assignee: Xin Hao > Helm chart: Add default container annotation to the operator deployment > -

[GitHub] [flink] flinkbot edited a comment on pull request #19112: [FLINK-26678][shell] replace the repeated log4j-console.properties wi…

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19112: URL: https://github.com/apache/flink/pull/19112#issuecomment-1068959010 ## CI report: * cdafb53b2c352834634377a240ea35ed1037d7fc Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[jira] [Commented] (FLINK-26786) Helm chart: Add default container annotation to the operator deployment

2022-03-21 Thread Xin Hao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510227#comment-17510227 ] Xin Hao commented on FLINK-26786: - Already opened a PR for this. > Helm chart: Add defa

[GitHub] [flink] flinkbot edited a comment on pull request #19177: [FLINK-23399][state] Add a benchmark for rescaling

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19177: URL: https://github.com/apache/flink/pull/19177#issuecomment-1073539671 ## CI report: * 57894a9e0d0a2e3a9892f9c712b83a09aaf3ed42 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #19176: [FLINK-26477][python] Support WindowedStream.aggregate in Python DataStream API

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19176: URL: https://github.com/apache/flink/pull/19176#issuecomment-1073539582 ## CI report: * b4f31c27c45749fd45fe5b1bfce47fbb574096be Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #19176: [FLINK-26477][python] Support WindowedStream.aggregate in Python DataStream API

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19176: URL: https://github.com/apache/flink/pull/19176#issuecomment-1073539582 ## CI report: * b4f31c27c45749fd45fe5b1bfce47fbb574096be Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[jira] [Commented] (FLINK-26786) Helm chart: Add default container annotation to the operator deployment

2022-03-21 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510218#comment-17510218 ] Yang Wang commented on FLINK-26786: --- [~haoxin] Would you like to work on this ticket?

[jira] [Commented] (FLINK-26487) Upgrade to Operator SDK 3.0.0 and replace custom informereventsource logic

2022-03-21 Thread Nicholas Jiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510212#comment-17510212 ] Nicholas Jiang commented on FLINK-26487: [~gyfora], does the info of the release

[GitHub] [flink] flinkbot edited a comment on pull request #19156: decouple-hive-planer

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19156: URL: https://github.com/apache/flink/pull/19156#issuecomment-1072382647 ## CI report: * 422a51f81f2509227ac3fbc241a9f18871851e04 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #19181: [FLINK-11388][fs]add abstract test classes for recoverable writers(s3/oss)

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19181: URL: https://github.com/apache/flink/pull/19181#issuecomment-1073639104 ## CI report: * 735c5712c3843b80d163b5921d762a81d1fdd93b Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[jira] [Commented] (FLINK-26621) flink-tests failed on azure due to Error occurred in starting fork

2022-03-21 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510208#comment-17510208 ] Yun Gao commented on FLINK-26621: - I tried to have a look, but with no much progress: I

[jira] [Closed] (FLINK-26495) Dynamic table options does not work for view

2022-03-21 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee closed FLINK-26495. Fix Version/s: 1.16.0 Resolution: Fixed master: e32c04cee5206925c8ddfa112c338bde0fbb39d5 >

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] JingsongLi merged pull request #19007: [FLINK-26495][table-planner] Prohibit hints(dynamic table options) on view

2022-03-21 Thread GitBox
JingsongLi merged pull request #19007: URL: https://github.com/apache/flink/pull/19007 -- 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-unsu

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) * 849140b4515a43a19f74a3b5a38579f0955bf8a4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620

[GitHub] [flink-ml] lindong28 commented on a change in pull request #52: [FLINK-25527] Add Transformer and Estimator for StringIndexer

2022-03-21 Thread GitBox
lindong28 commented on a change in pull request #52: URL: https://github.com/apache/flink-ml/pull/52#discussion_r831693277 ## File path: flink-ml-lib/src/main/java/org/apache/flink/ml/feature/stringindexer/StringIndexer.java ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache

[GitHub] [flink] zoltar9264 commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
zoltar9264 commented on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1074695997 Hi @curcur , commit title in the same line originally. Github seems only show 69 char in one line. And the failed test seems cause by other problem which already be f

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * Unknown: [CANCELED](TBD) * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-462

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) * 849140b4515a43a19f74a3b5a38579f0955bf8a4 UNKNOWN Bot commands The @flinkbot bot supports the fol

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resu

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure` re-ru

[GitHub] [flink] flinkbot edited a comment on pull request #19189: [FLINK-26779][rest] OperationKey implements Serializable

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19189: URL: https://github.com/apache/flink/pull/19189#issuecomment-1073902118 ## CI report: * ae0c8851badb92bb4196a403058dd57be66576cc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) * 849140b4515a43a19f74a3b5a38579f0955bf8a4 UNKNOWN Bot commands The @flinkbot bot supports the fol

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure` re-ru

[GitHub] [flink] ZhangChaoming removed a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
ZhangChaoming removed a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1074673860 @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 t

[GitHub] [flink] ZhangChaoming commented on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
ZhangChaoming commented on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1074687643 @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 sp

[jira] [Updated] (FLINK-26785) Add FlinkSessionJob CRD

2022-03-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-26785: --- Labels: pull-request-available (was: ) > Add FlinkSessionJob CRD > ---

[GitHub] [flink] ZhangChaoming removed a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
ZhangChaoming removed a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-1074663359 @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

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) * 849140b4515a43a19f74a3b5a38579f0955bf8a4 UNKNOWN Bot commands The @flinkbot bot supports the fol

[jira] [Updated] (FLINK-26790) Description image about Unaligned Checkpointing maybe incorrect.

2022-03-21 Thread jinghaihang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jinghaihang updated FLINK-26790: Description: Due to the second description : * It immediately forwards the barrier to the downstr

[jira] [Created] (FLINK-26790) Description image about Unaligned Checkpointing maybe incorrect.

2022-03-21 Thread jinghaihang (Jira)
jinghaihang created FLINK-26790: --- Summary: Description image about Unaligned Checkpointing maybe incorrect. Key: FLINK-26790 URL: https://issues.apache.org/jira/browse/FLINK-26790 Project: Flink

[jira] [Commented] (FLINK-22315) Support ADD column/constraint/watermark for ALTER TABLE statement

2022-03-21 Thread RocMarshal (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510194#comment-17510194 ] RocMarshal commented on FLINK-22315: [~lsy] Thanks for the comments,  cc [~jark] Ple

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure` re-ru

[GitHub] [flink] flinkbot edited a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-997659194 ## CI report: * Unknown: [CANCELED](TBD) * fc9c6f6aca4dc10da870e44c675b9738211e41cc Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620

[jira] [Commented] (FLINK-26683) Terminate the job anyway if savepoint finished when stop-with-savepoint

2022-03-21 Thread Liu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510191#comment-17510191 ] Liu commented on FLINK-26683: - [~dwysakowicz] Thanks for the reply. In my case, the task doe

[GitHub] [flink] ZhangChaoming removed a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
ZhangChaoming removed a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1062751689 -- 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 commen

[GitHub] [flink] ZhangChaoming removed a comment on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
ZhangChaoming removed a comment on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-1067783935 -- 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 commen

[GitHub] [flink] ZhangChaoming commented on pull request #18151: [FLINK-25379][connectors] Support limit push down in DATAGEN connector

2022-03-21 Thread GitBox
ZhangChaoming commented on pull request #18151: URL: https://github.com/apache/flink/pull/18151#issuecomment-1074677027 @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 sp

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * Unknown: [CANCELED](TBD) * daafbbc7d93331d3018f35e68ec72c8682e20477 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-462

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * Unknown: [CANCELED](TBD) * ca2eba84719f8edee2e67aa95d5abde8178ec484 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-462

[GitHub] [flink] curcur edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
curcur edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1074674833 It is strange for the commit title: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamIm… …pl#getIntersection Would you please make them in th

[GitHub] [flink] curcur commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
curcur commented on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1074674833 It is strange for the commit title: FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamIm… …pl#getIntersection Would you please make them in the same l

[GitHub] [flink] curcur commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
curcur commented on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1074674743 It is strange for the commit title: FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamIm… …pl#getIntersection Would you please make them in the same l

[GitHub] [flink] flinkbot edited a comment on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1073732492 ## CI report: * Unknown: [CANCELED](TBD) * daafbbc7d93331d3018f35e68ec72c8682e20477 UNKNOWN Bot commands The @flinkbot bot supports the fo

[GitHub] [flink] flinkbot edited a comment on pull request #19112: [FLINK-26678][shell] replace the repeated log4j-console.properties wi…

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #19112: URL: https://github.com/apache/flink/pull/19112#issuecomment-1068959010 ## CI report: * 10e2d2ce4923e1e889f788c5bd94a478fd1e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/resul

[GitHub] [flink] flinkbot edited a comment on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
flinkbot edited a comment on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1015100174 ## CI report: * Unknown: [CANCELED](TBD) * ca2eba84719f8edee2e67aa95d5abde8178ec484 UNKNOWN Bot commands The @flinkbot bot supports the fo

[GitHub] [flink] ZhangChaoming commented on pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

2022-03-21 Thread GitBox
ZhangChaoming commented on pull request #18386: URL: https://github.com/apache/flink/pull/18386#issuecomment-1074673860 @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 sp

[GitHub] [flink] zoltar9264 commented on pull request #19183: [FLINK-26766][Runtime/StateBackends] Fix ChangelogStateHandleStreamImpl#getIntersection

2022-03-21 Thread GitBox
zoltar9264 commented on pull request #19183: URL: https://github.com/apache/flink/pull/19183#issuecomment-1074673799 @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 speci

[jira] [Commented] (FLINK-26724) FlinkKafkaProducerMigrationOperatorTest.testRestoreProducer failed on azure due to Container startup failed

2022-03-21 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510189#comment-17510189 ] Yun Gao commented on FLINK-26724: - https://dev.azure.com/apache-flink/apache-flink/_buil

[jira] [Commented] (FLINK-26177) PulsarSourceITCase.testScaleDown fails with timeout

2022-03-21 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510188#comment-17510188 ] Yun Gao commented on FLINK-26177: - https://dev.azure.com/apache-flink/apache-flink/_buil

  1   2   3   4   5   6   7   8   >