[GitHub] [flink-ml] weibozhao commented on pull request #198: [FLINK-30568] Add benchmark for PolyNomialExpansion, Normalizer, Binarizer, Interaction, MaxAbsScaler, VectorSlicer, ElementWiseProduct an

2023-01-05 Thread GitBox
weibozhao commented on PR #198: URL: https://github.com/apache/flink-ml/pull/198#issuecomment-1373311087 > Can you rebase the PR with the latest master branch? done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-05 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655283#comment-17655283 ] Matthias Pohl commented on FLINK-29427: ---

[jira] [Comment Edited] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-05 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655279#comment-17655279 ] Matthias Pohl edited comment on FLINK-29427 at 1/6/23 7:53 AM: --- Same

[jira] [Commented] (FLINK-28818) KafkaSinkITCase.testWriteRecordsToKafkaWithExactlyOnceGuarantee failed with AssertionFailedError

2023-01-05 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655281#comment-17655281 ] Matthias Pohl commented on FLINK-28818: ---

[jira] [Updated] (FLINK-28818) KafkaSinkITCase.testWriteRecordsToKafkaWithExactlyOnceGuarantee failed with AssertionFailedError

2023-01-05 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl updated FLINK-28818: -- Affects Version/s: 1.17.0 > KafkaSinkITCase.testWriteRecordsToKafkaWithExactlyOnceGuarantee

[jira] [Commented] (FLINK-29594) RMQSourceITCase.testMessageDelivery timed out

2023-01-05 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655280#comment-17655280 ] Matthias Pohl commented on FLINK-29594: ---

[GitHub] [flink-ml] lindong28 commented on a diff in pull request #197: [FLINK-30566] Add benchmark for AgglomerativeClustering, HashingTF, IDF, KBinsDiscretizer, LinearRegression, LinearSVC, Logi

2023-01-05 Thread GitBox
lindong28 commented on code in PR #197: URL: https://github.com/apache/flink-ml/pull/197#discussion_r1063213303 ## flink-ml-benchmark/src/main/resources/linearregression-benchmark.json: ## @@ -0,0 +1,45 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-05 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655279#comment-17655279 ] Matthias Pohl commented on FLINK-29427: ---

[GitHub] [flink-ml] zhipeng93 commented on pull request #198: [FLINK-30568] Add benchmark for PolyNomialExpansion, Normalizer, Binarizer, Interaction, MaxAbsScaler, VectorSlicer, ElementWiseProduct an

2023-01-05 Thread GitBox
zhipeng93 commented on PR #198: URL: https://github.com/apache/flink-ml/pull/198#issuecomment-1373252824 Can you rebase the PR with the latest master branch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [flink] fsk119 commented on a diff in pull request #20822: [FLINK-25447][table-planner] Fix batch query cannot generate plan when a sorted view into multi sinks

2023-01-05 Thread GitBox
fsk119 commented on code in PR #20822: URL: https://github.com/apache/flink/pull/20822#discussion_r1063197587 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/batch/sql/SortTest.scala: ## @@ -46,6 +46,134 @@ class SortTest extends

[jira] [Created] (FLINK-30585) Improve flame graph performance at subtask level

2023-01-05 Thread Rui Fan (Jira)
Rui Fan created FLINK-30585: --- Summary: Improve flame graph performance at subtask level Key: FLINK-30585 URL: https://issues.apache.org/jira/browse/FLINK-30585 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-30584) Update the flame graph doc of subtask level

2023-01-05 Thread Rui Fan (Jira)
Rui Fan created FLINK-30584: --- Summary: Update the flame graph doc of subtask level Key: FLINK-30584 URL: https://issues.apache.org/jira/browse/FLINK-30584 Project: Flink Issue Type: Sub-task

[jira] [Updated] (FLINK-30185) Provide the flame graph to the subtask level

2023-01-05 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan updated FLINK-30185: Parent: FLINK-30583 Issue Type: Sub-task (was: Improvement) > Provide the flame graph to the

[jira] [Updated] (FLINK-30583) Provide the flame graph to the subtask level

2023-01-05 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan updated FLINK-30583: Issue Type: New Feature (was: Bug) > Provide the flame graph to the subtask level >

[GitHub] [flink-ml] weibozhao commented on pull request #192: [FLINK-30451] Add Estimator and Transformer for Swing

2023-01-05 Thread GitBox
weibozhao commented on PR #192: URL: https://github.com/apache/flink-ml/pull/192#issuecomment-1373235362 Thanks for the update. I Left some comments below. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Updated] (FLINK-30583) Provide the flame graph to the subtask level

2023-01-05 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan updated FLINK-30583: Description: This is a umbrella Jira about  (was: Provide the flame graph to the subtask level) >

[jira] [Updated] (FLINK-30583) Provide the flame graph to the subtask level

2023-01-05 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan updated FLINK-30583: Description: This is a umbrella Jira about providing the flame graph to the subtask level. (was: This is

[jira] [Created] (FLINK-30583) Provide the flame graph to the subtask level

2023-01-05 Thread Rui Fan (Jira)
Rui Fan created FLINK-30583: --- Summary: Provide the flame graph to the subtask level Key: FLINK-30583 URL: https://issues.apache.org/jira/browse/FLINK-30583 Project: Flink Issue Type: Bug

[GitHub] [flink-ml] Fanoid commented on pull request #191: [FLINK-30401] Add Estimator and Transformer for MinHashLSH

2023-01-05 Thread GitBox
Fanoid commented on PR #191: URL: https://github.com/apache/flink-ml/pull/191#issuecomment-1373231437 @jiangxin369 Thanks again for your comments. I've updated the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [flink-ml] Fanoid commented on a diff in pull request #191: [FLINK-30401] Add Estimator and Transformer for MinHashLSH

2023-01-05 Thread GitBox
Fanoid commented on code in PR #191: URL: https://github.com/apache/flink-ml/pull/191#discussion_r1063193679 ## flink-ml-lib/src/test/java/org/apache/flink/ml/feature/MinHashLSHTest.java: ## @@ -0,0 +1,452 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [flink-table-store] JingsongLi commented on a diff in pull request #460: [FLINK-30573] Fix bug that Table Store dedicated compact job may skip some records when checkpoint interval is long

2023-01-05 Thread GitBox
JingsongLi commented on code in PR #460: URL: https://github.com/apache/flink-table-store/pull/460#discussion_r1063181702 ## flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/sink/FullChangelogStoreSinkWrite.java: ## @@ -166,67 +191,83 @@ public

[jira] [Assigned] (FLINK-30532) Add benchmark for DCT, SQLTransformer and StopWordsRemover algorithm

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-30532: Assignee: Yunfeng Zhou > Add benchmark for DCT, SQLTransformer and StopWordsRemover algorithm >

[jira] [Closed] (FLINK-30532) Add benchmark for DCT, SQLTransformer and StopWordsRemover algorithm

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin closed FLINK-30532. Resolution: Fixed > Add benchmark for DCT, SQLTransformer and StopWordsRemover algorithm >

[GitHub] [flink-ml] lindong28 closed pull request #195: [FLINK-30532] Add benchmark for DCT, SQLTransformer and StopWordsRemover

2023-01-05 Thread GitBox
lindong28 closed pull request #195: [FLINK-30532] Add benchmark for DCT, SQLTransformer and StopWordsRemover URL: https://github.com/apache/flink-ml/pull/195 -- 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-ml] lindong28 commented on pull request #195: [FLINK-30532] Add benchmark for DCT, SQLTransformer and StopWordsRemover

2023-01-05 Thread GitBox
lindong28 commented on PR #195: URL: https://github.com/apache/flink-ml/pull/195#issuecomment-1373214965 Thanks for the update. 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 specific

[GitHub] [flink-ml] zhipeng93 merged pull request #189: [FLINK-30348] Add HasSeed param for RandomSplitter

2023-01-05 Thread GitBox
zhipeng93 merged PR #189: URL: https://github.com/apache/flink-ml/pull/189 -- 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:

[GitHub] [flink-ml] Fanoid commented on pull request #191: [FLINK-30401] Add Estimator and Transformer for MinHashLSH

2023-01-05 Thread GitBox
Fanoid commented on PR #191: URL: https://github.com/apache/flink-ml/pull/191#issuecomment-1373205202 @jiangxin369 Thanks again for your comments. I've updated the PR> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Closed] (FLINK-30249) TableUtils.getRowTypeInfo() creating wrong TypeInformation

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin closed FLINK-30249. Resolution: Fixed > TableUtils.getRowTypeInfo() creating wrong TypeInformation >

[GitHub] [flink-ml] lindong28 merged pull request #188: [FLINK-30249] Fix TableUtils.getRowTypeInfo by using ExternalTypeInfo.of()

2023-01-05 Thread GitBox
lindong28 merged PR #188: URL: https://github.com/apache/flink-ml/pull/188 -- 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:

[GitHub] [flink-ml] lindong28 commented on pull request #188: [FLINK-30249] Fix TableUtils.getRowTypeInfo by using ExternalTypeInfo.of()

2023-01-05 Thread GitBox
lindong28 commented on PR #188: URL: https://github.com/apache/flink-ml/pull/188#issuecomment-1373194232 Thanks for the update! 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 specific

[GitHub] [flink] godfreyhe commented on a diff in pull request #21489: [FLINK-30365][table-planner] New dynamic partition pruning strategy to support more dpp patterns

2023-01-05 Thread GitBox
godfreyhe commented on code in PR #21489: URL: https://github.com/apache/flink/pull/21489#discussion_r1063054685 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/utils/DynamicPartitionPruningUtils.java: ## @@ -137,6 +140,20 @@ private static

[jira] [Closed] (FLINK-30523) Refine benchmark of vectorAssembler

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin closed FLINK-30523. Resolution: Fixed > Refine benchmark of vectorAssembler > --- > >

[jira] [Assigned] (FLINK-30523) Refine benchmark of vectorAssembler

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-30523: Assignee: weibo zhao > Refine benchmark of vectorAssembler > ---

[GitHub] [flink-ml] weibozhao commented on pull request #189: [FLINK-30348] Add HasSeed param for RandomSplitter

2023-01-05 Thread GitBox
weibozhao commented on PR #189: URL: https://github.com/apache/flink-ml/pull/189#issuecomment-1373185876 > @weibozhao Thanks for the update :) Can you also update the PR title as well as the commit message to make it more informative? (e.g., `Add HasSeed param for RandomSplitter`)

[jira] [Assigned] (FLINK-29603) Add Transformer for StopWordsRemover

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-29603: Assignee: Yunfeng Zhou > Add Transformer for StopWordsRemover >

[GitHub] [flink-table-store] tsreaper commented on a diff in pull request #460: [FLINK-30573] Fix bug that Table Store dedicated compact job may skip some records when checkpoint interval is long

2023-01-05 Thread GitBox
tsreaper commented on code in PR #460: URL: https://github.com/apache/flink-table-store/pull/460#discussion_r1063148351 ## flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/sink/StoreSinkWrite.java: ## @@ -39,6 +40,14 @@ interface StoreSinkWrite {

[jira] [Closed] (FLINK-29603) Add Transformer for StopWordsRemover

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin closed FLINK-29603. Resolution: Fixed > Add Transformer for StopWordsRemover > > >

[jira] [Closed] (FLINK-29601) Add Estimator and Transformer for UnivariateFeatureSelector

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin closed FLINK-29601. Resolution: Fixed > Add Estimator and Transformer for UnivariateFeatureSelector >

[jira] [Closed] (FLINK-29911) Improve performance of AgglomerativeClustering

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin closed FLINK-29911. Resolution: Fixed > Improve performance of AgglomerativeClustering >

[jira] [Assigned] (FLINK-29601) Add Estimator and Transformer for UnivariateFeatureSelector

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-29601: Assignee: Jiang Xin > Add Estimator and Transformer for UnivariateFeatureSelector >

[jira] [Assigned] (FLINK-30159) Add Transformer for ANOVATest

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-30159: Assignee: Jiang Xin > Add Transformer for ANOVATest > - > >

[jira] [Assigned] (FLINK-30160) Add Transformer for FValueTest

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-30160: Assignee: Jiang Xin > Add Transformer for FValueTest > -- > >

[jira] [Resolved] (FLINK-30160) Add Transformer for FValueTest

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin resolved FLINK-30160. -- Resolution: Fixed > Add Transformer for FValueTest > -- > >

[jira] [Updated] (FLINK-30523) Refine benchmark of vectorAssembler

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated FLINK-30523: - Fix Version/s: ml-2.2.0 > Refine benchmark of vectorAssembler > --- > >

[jira] [Closed] (FLINK-30515) Add benchmark for CountVectorizer, Imputer, RobustScaler, UnivariateFeatureSelector and VarianceThresholdSelector

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin closed FLINK-30515. Resolution: Fixed > Add benchmark for CountVectorizer, Imputer, RobustScaler, >

[jira] [Assigned] (FLINK-30515) Add benchmark for CountVectorizer, Imputer, RobustScaler, UnivariateFeatureSelector and VarianceThresholdSelector

2023-01-05 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-30515: Assignee: Jiang Xin > Add benchmark for CountVectorizer, Imputer, RobustScaler, >

[GitHub] [flink-ml] lindong28 merged pull request #193: [FLINK-30515] Add benchmark for CountVectorizer, Imputer, RobustScaler, UnivariateFeatureSelector and VarianceThresholdSelector

2023-01-05 Thread GitBox
lindong28 merged PR #193: URL: https://github.com/apache/flink-ml/pull/193 -- 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:

[GitHub] [flink-ml] lindong28 commented on a diff in pull request #193: [FLINK-30515] Add benchmark for CountVectorizer, Imputer, RobustScaler, UnivariateFeatureSelector and VarianceThresholdSelector

2023-01-05 Thread GitBox
lindong28 commented on code in PR #193: URL: https://github.com/apache/flink-ml/pull/193#discussion_r1063143447 ## flink-ml-benchmark/src/main/java/org/apache/flink/ml/benchmark/datagenerator/clustering/KMeansModelDataGenerator.java: ## @@ -55,20 +61,36 @@ public Table[]

[GitHub] [flink-ml] lindong28 commented on pull request #193: [FLINK-30515] Add benchmark for CountVectorizer, Imputer, RobustScaler, UnivariateFeatureSelector and VarianceThresholdSelector

2023-01-05 Thread GitBox
lindong28 commented on PR #193: URL: https://github.com/apache/flink-ml/pull/193#issuecomment-1373179625 Thanks for the update. 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 specific

[jira] [Commented] (FLINK-29845) ThroughputCalculator throws java.lang.IllegalArgumentException: Time should be non negative under very low throughput cluster

2023-01-05 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655255#comment-17655255 ] Weijie Guo commented on FLINK-29845: [~dawnwords] Thanks for reporting this. After FLINK-24189,

[jira] [Created] (FLINK-30582) Flink-avro Flink-orc free for flink-table-store-format

2023-01-05 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-30582: Summary: Flink-avro Flink-orc free for flink-table-store-format Key: FLINK-30582 URL: https://issues.apache.org/jira/browse/FLINK-30582 Project: Flink Issue

[jira] [Commented] (FLINK-30577) OpenShift FlinkSessionJob artifact write error on non-default namespaces

2023-01-05 Thread James Busche (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655246#comment-17655246 ] James Busche commented on FLINK-30577: -- So document that they should edit the configmap and restart

[GitHub] [flink] ramkrish86 commented on pull request #21508: [FLINK-30128] Introduce Azure Data Lake Gen2 APIs in the Hadoop Recoverable path

2023-01-05 Thread GitBox
ramkrish86 commented on PR #21508: URL: https://github.com/apache/flink/pull/21508#issuecomment-1373152299 Thanks @xintongsong . Also it would be great if this can be there in 1.17 release. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (FLINK-30108) ZooKeeperLeaderElectionConnectionHandlingTest.testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled times out

2023-01-05 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655241#comment-17655241 ] Zhu Zhu commented on FLINK-30108: - Thanks for the input! [~mapohl] I can see tens of thousands occurring

[jira] [Commented] (FLINK-30561) ChangelogStreamHandleReaderWithCache cause FileNotFoundException

2023-01-05 Thread Yanfei Lei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655240#comment-17655240 ] Yanfei Lei commented on FLINK-30561: Hi [~Feifan Wang], could you please share what circumstances

[jira] [Commented] (FLINK-30512) Flink SQL state TTL has no effect when using Interval Join

2023-01-05 Thread Yanfei Lei (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655237#comment-17655237 ] Yanfei Lei commented on FLINK-30512: Thanks for reporting this issue and sharing the solution.

[GitHub] [flink] Mrart commented on pull request #21527: [FLINK-27925] [kubernetes]Performance optimization when watch tm pod and list pod.

2023-01-05 Thread GitBox
Mrart commented on PR #21527: URL: https://github.com/apache/flink/pull/21527#issuecomment-1373105538 @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 specific comment.

[GitHub] [flink-ml] jiangxin369 commented on a diff in pull request #193: [FLINK-30515] Add benchmark for CountVectorizer, Imputer, RobustScaler, UnivariateFeatureSelector and VarianceThresholdSelecto

2023-01-05 Thread GitBox
jiangxin369 commented on code in PR #193: URL: https://github.com/apache/flink-ml/pull/193#discussion_r1063068991 ## flink-ml-benchmark/src/main/java/org/apache/flink/ml/benchmark/datagenerator/clustering/KMeansModelDataGenerator.java: ## @@ -55,20 +61,36 @@ public Table[]

[GitHub] [flink] swuferhong commented on a diff in pull request #21597: [FLINK-30554][sql-client] Remove useless sessionId in the Executor

2023-01-05 Thread GitBox
swuferhong commented on code in PR #21597: URL: https://github.com/apache/flink/pull/21597#discussion_r1063058379 ## flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/LocalExecutor.java: ## @@ -99,88 +94,69 @@ public void start() { }

[jira] [Created] (FLINK-30581) Deprecate FileStoreTableITCase and use CatalogITCaseBase

2023-01-05 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-30581: Summary: Deprecate FileStoreTableITCase and use CatalogITCaseBase Key: FLINK-30581 URL: https://issues.apache.org/jira/browse/FLINK-30581 Project: Flink

[jira] [Created] (FLINK-30580) [umbrella] Refactor tests for table store

2023-01-05 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-30580: Summary: [umbrella] Refactor tests for table store Key: FLINK-30580 URL: https://issues.apache.org/jira/browse/FLINK-30580 Project: Flink Issue Type:

[GitHub] [flink] reswqa commented on pull request #21560: [FLINK-29768] Hybrid shuffle supports consume partial finished subtask

2023-01-05 Thread GitBox
reswqa commented on PR #21560: URL: https://github.com/apache/flink/pull/21560#issuecomment-1373058743 @xintongsong Thanks for the review, I have updated this pr, PTAL~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Created] (FLINK-30579) Introducing cofigurable option to enable hive native function

2023-01-05 Thread dalongliu (Jira)
dalongliu created FLINK-30579: - Summary: Introducing cofigurable option to enable hive native function Key: FLINK-30579 URL: https://issues.apache.org/jira/browse/FLINK-30579 Project: Flink

[jira] [Commented] (FLINK-30576) JdbcOutputFormat refactor

2023-01-05 Thread Lijie Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655209#comment-17655209 ] Lijie Wang commented on FLINK-30576: I think all changes on the same PR is better, a separate commit

[GitHub] [flink-ml] zhipeng93 commented on a diff in pull request #188: [FLINK-30249] Fix TableUtils.getRowTypeInfo by using ExternalTypeInfo.of()

2023-01-05 Thread GitBox
zhipeng93 commented on code in PR #188: URL: https://github.com/apache/flink-ml/pull/188#discussion_r1063043750 ## flink-ml-core/src/main/java/org/apache/flink/ml/common/datastream/TableUtils.java: ## @@ -26,18 +26,20 @@ import

[jira] [Updated] (FLINK-30576) JdbcOutputFormat refactor

2023-01-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-30576: --- Labels: pull-request-available (was: ) > JdbcOutputFormat refactor >

[GitHub] [flink-connector-jdbc] wanglijie95 commented on pull request #15: [FLINK-30576] Refactor JdbcOutputFormat to use ExecutionConfig

2023-01-05 Thread GitBox
wanglijie95 commented on PR #15: URL: https://github.com/apache/flink-connector-jdbc/pull/15#issuecomment-1373051123 @eskabetxe Can we start reviewing this change after the FLIP is approved ? Because we don’t know what we can get at the moment, executionConfig or objectReuse, or

[jira] [Closed] (FLINK-30255) Throw exception for upper case fields are used in hive metastore

2023-01-05 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee closed FLINK-30255. Fix Version/s: table-store-0.3.0 Assignee: Shammon Resolution: Fixed master:

[GitHub] [flink-table-store] JingsongLi merged pull request #413: [FLINK-30255] Throw exception when names are upper case in HiveCatalog

2023-01-05 Thread GitBox
JingsongLi merged PR #413: URL: https://github.com/apache/flink-table-store/pull/413 -- 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:

[jira] [Closed] (FLINK-30569) File Format can not change with data file exists

2023-01-05 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee closed FLINK-30569. Resolution: Fixed master: 63a27cd7af945839f67afaf6e946bcf617ad18a2 > File Format can not change

[GitHub] [flink-table-store] JingsongLi merged pull request #459: [FLINK-30569] File Format can not change with data file exists

2023-01-05 Thread GitBox
JingsongLi merged PR #459: URL: https://github.com/apache/flink-table-store/pull/459 -- 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:

[GitHub] [flink] flinkbot commented on pull request #21607: fix(sec): upgrade org.apache.calcite:calcite-core to 1.32.0

2023-01-05 Thread GitBox
flinkbot commented on PR #21607: URL: https://github.com/apache/flink/pull/21607#issuecomment-1373009717 ## CI report: * cac8ff40e6369c303613b86e1bd8f9ed5e50505f UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-30578) Publish SBOM artifacts

2023-01-05 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated FLINK-30578: -- Summary: Publish SBOM artifacts (was: AVRO-3700: Publish SBOM artifacts) > Publish SBOM

[GitHub] [flink] dongjoon-hyun commented on pull request #21606: [FLINK-30578][build] Publish SBOM artifacts

2023-01-05 Thread GitBox
dongjoon-hyun commented on PR #21606: URL: https://github.com/apache/flink/pull/21606#issuecomment-1372997984 cc @gyfora , @mbalassi , @morhidi, @gaborgsomogyi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [flink] flinkbot commented on pull request #21606: [FLINK-30578][build] Publish SBOM artifacts

2023-01-05 Thread GitBox
flinkbot commented on PR #21606: URL: https://github.com/apache/flink/pull/21606#issuecomment-1372973843 ## CI report: * 8059fbaf55cd2876826e9e6cc58fb27d77f126b6 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-30578) AVRO-3700: Publish SBOM artifacts

2023-01-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-30578: --- Labels: pull-request-available (was: ) > AVRO-3700: Publish SBOM artifacts >

[GitHub] [flink] dongjoon-hyun opened a new pull request, #21606: [FLINK-30578][build] Publish SBOM artifacts

2023-01-05 Thread GitBox
dongjoon-hyun opened a new pull request, #21606: URL: https://github.com/apache/flink/pull/21606 ## 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-transferring

[jira] [Created] (FLINK-30578) AVRO-3700: Publish SBOM artifacts

2023-01-05 Thread Dongjoon Hyun (Jira)
Dongjoon Hyun created FLINK-30578: - Summary: AVRO-3700: Publish SBOM artifacts Key: FLINK-30578 URL: https://issues.apache.org/jira/browse/FLINK-30578 Project: Flink Issue Type: Improvement

[GitHub] [flink] kristoffSC commented on pull request #21393: [Draft][FLINK-27246_master] - Split generated java methods - Work in progress

2023-01-05 Thread GitBox
kristoffSC commented on PR #21393: URL: https://github.com/apache/flink/pull/21393#issuecomment-1372780716 @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 specific

[jira] [Commented] (FLINK-30577) OpenShift FlinkSessionJob artifact write error on non-default namespaces

2023-01-05 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655131#comment-17655131 ] Gyula Fora commented on FLINK-30577: Or users on open shift could simply configure the

[jira] [Created] (FLINK-30577) OpenShift FlinkSessionJob artifact write error on non-default namespaces

2023-01-05 Thread James Busche (Jira)
James Busche created FLINK-30577: Summary: OpenShift FlinkSessionJob artifact write error on non-default namespaces Key: FLINK-30577 URL: https://issues.apache.org/jira/browse/FLINK-30577 Project:

[jira] [Comment Edited] (FLINK-21383) Docker image does not play well together with ConfigMap based flink-conf.yamls

2023-01-05 Thread Arseniy Tashoyan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655112#comment-17655112 ] Arseniy Tashoyan edited comment on FLINK-21383 at 1/5/23 8:04 PM: -- One

[jira] [Comment Edited] (FLINK-21383) Docker image does not play well together with ConfigMap based flink-conf.yamls

2023-01-05 Thread Arseniy Tashoyan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655112#comment-17655112 ] Arseniy Tashoyan edited comment on FLINK-21383 at 1/5/23 7:39 PM: -- One

[jira] [Comment Edited] (FLINK-21383) Docker image does not play well together with ConfigMap based flink-conf.yamls

2023-01-05 Thread Arseniy Tashoyan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655112#comment-17655112 ] Arseniy Tashoyan edited comment on FLINK-21383 at 1/5/23 7:38 PM: -- One

[jira] [Commented] (FLINK-21383) Docker image does not play well together with ConfigMap based flink-conf.yamls

2023-01-05 Thread Arseniy Tashoyan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655112#comment-17655112 ] Arseniy Tashoyan commented on FLINK-21383: -- One more problem caused by this issue: it is

[jira] [Closed] (FLINK-29607) Simplify controller flow by introducing FlinkControllerContext

2023-01-05 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-29607. -- Fix Version/s: kubernetes-operator-1.4.0 Resolution: Fixed merged to main

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #501: [FLINK-29607] Introduce FlinkResourceContext to simplify observer/reconciler logic

2023-01-05 Thread GitBox
gyfora merged PR #501: URL: https://github.com/apache/flink-kubernetes-operator/pull/501 -- 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:

[jira] [Commented] (FLINK-30231) Update to Fabric8 Kubernetes Client to a version that has automatic renewal of service account tokens

2023-01-05 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655091#comment-17655091 ] Martijn Visser commented on FLINK-30231: [~cthomson] [~liadsh] This has been fixed for Flink

[jira] [Assigned] (FLINK-30231) Update to Fabric8 Kubernetes Client to a version that has automatic renewal of service account tokens

2023-01-05 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser reassigned FLINK-30231: -- Assignee: ouyangwulin > Update to Fabric8 Kubernetes Client to a version that has

[jira] [Closed] (FLINK-30231) Update to Fabric8 Kubernetes Client to a version that has automatic renewal of service account tokens

2023-01-05 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser closed FLINK-30231. -- Fix Version/s: 1.17.0 Resolution: Fixed Fixed in master:

[GitHub] [flink] MartijnVisser merged pull request #21599: [FLINK-30231][kubernetes] Update to Fabric8 Kubernetes Client to 5.12…

2023-01-05 Thread GitBox
MartijnVisser merged PR #21599: URL: https://github.com/apache/flink/pull/21599 -- 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:

[jira] [Commented] (FLINK-30562) CEP Operator misses patterns on SideOutputs and parallelism >1 since 1.15.x+

2023-01-05 Thread Thomas Wozniakowski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655070#comment-17655070 ] Thomas Wozniakowski commented on FLINK-30562: - [^flink-asf-30562-clean.zip] I've produced

[jira] [Updated] (FLINK-30562) CEP Operator misses patterns on SideOutputs and parallelism >1 since 1.15.x+

2023-01-05 Thread Thomas Wozniakowski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wozniakowski updated FLINK-30562: Attachment: flink-asf-30562-clean.zip > CEP Operator misses patterns on

[jira] [Commented] (FLINK-30576) JdbcOutputFormat refactor

2023-01-05 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-30576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655058#comment-17655058 ] João Boto commented on FLINK-30576: --- Moved to sub-task.. Or you prefer all changes on same PR >

[jira] [Updated] (FLINK-30576) JdbcOutputFormat refactor

2023-01-05 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-30576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] João Boto updated FLINK-30576: -- Parent: FLINK-28284 Issue Type: Sub-task (was: Improvement) > JdbcOutputFormat refactor >

[GitHub] [flink] gaborgsomogyi commented on a diff in pull request #21604: [FLINK-30425][runtime][security] Generalize token receive side

2023-01-05 Thread GitBox
gaborgsomogyi commented on code in PR #21604: URL: https://github.com/apache/flink/pull/21604#discussion_r1062654455 ## flink-runtime/src/main/java/org/apache/flink/runtime/security/token/DefaultDelegationTokenManager.java: ## @@ -58,6 +59,13 @@ @Internal public class

[GitHub] [flink] gaborgsomogyi commented on a diff in pull request #21604: [FLINK-30425][runtime][security] Generalize token receive side

2023-01-05 Thread GitBox
gaborgsomogyi commented on code in PR #21604: URL: https://github.com/apache/flink/pull/21604#discussion_r1062653461 ## flink-runtime/src/main/java/org/apache/flink/runtime/security/token/DefaultDelegationTokenManager.java: ## @@ -118,10 +133,13 @@ private Map loadProviders()

[GitHub] [flink] XComp commented on a diff in pull request #21604: [FLINK-30425][runtime][security] Generalize token receive side

2023-01-05 Thread GitBox
XComp commented on code in PR #21604: URL: https://github.com/apache/flink/pull/21604#discussion_r1062636835 ## flink-runtime/src/main/java/org/apache/flink/runtime/security/token/DefaultDelegationTokenManager.java: ## @@ -118,10 +133,13 @@ private Map loadProviders() {

[jira] [Updated] (FLINK-30562) CEP Operator misses patterns on SideOutputs and parallelism >1 since 1.15.x+

2023-01-05 Thread Thomas Wozniakowski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wozniakowski updated FLINK-30562: Component/s: API / DataStream > CEP Operator misses patterns on SideOutputs and

[jira] [Updated] (FLINK-30562) CEP Operator misses patterns on SideOutputs and parallelism >1 since 1.15.x+

2023-01-05 Thread Thomas Wozniakowski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wozniakowski updated FLINK-30562: Summary: CEP Operator misses patterns on SideOutputs and parallelism >1 since

  1   2   3   >