[GitHub] [flink-ml] Fanoid commented on a diff in pull request #210: [FLINK-31010] Add Transformer and Estimator for GBTClassifier and GBTRegressor

2023-02-22 Thread via GitHub
Fanoid commented on code in PR #210: URL: https://github.com/apache/flink-ml/pull/210#discussion_r1113992671 ## flink-ml-lib/src/main/java/org/apache/flink/ml/common/param/HasMinInfoGain.java: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Commented] (FLINK-31163) Unexpected correlate variable $cor0 in the plan error in where clause

2023-02-22 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17692021#comment-17692021 ] Martijn Visser commented on FLINK-31163: [~lincoln.86xy] [~godfrey] WDYT? > Unexpected

[GitHub] [flink] shuiqiangchen commented on pull request #21962: [FLINK-31124][Connectors/Hive] Add IT sase for HiveTableSink speculative execution

2023-02-22 Thread via GitHub
shuiqiangchen commented on PR #21962: URL: https://github.com/apache/flink/pull/21962#issuecomment-1439621138 @zhuzhurk Thank you for your patiently reviewing, I will squash all the commits into one. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink-ml] Fanoid commented on a diff in pull request #210: [FLINK-31010] Add Transformer and Estimator for GBTClassifier and GBTRegressor

2023-02-22 Thread via GitHub
Fanoid commented on code in PR #210: URL: https://github.com/apache/flink-ml/pull/210#discussion_r1113988672 ## flink-ml-lib/src/main/java/org/apache/flink/ml/common/gbt/GBTRunner.java: ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (FLINK-31177) To introduce a formatter for Markdown files

2023-02-22 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17692020#comment-17692020 ] Martijn Visser commented on FLINK-31177: [~zhongpu314] Please open a discussion thread on the

[GitHub] [flink-ml] Fanoid commented on a diff in pull request #210: [FLINK-31010] Add Transformer and Estimator for GBTClassifier and GBTRegressor

2023-02-22 Thread via GitHub
Fanoid commented on code in PR #210: URL: https://github.com/apache/flink-ml/pull/210#discussion_r1113982702 ## flink-ml-lib/src/main/java/org/apache/flink/ml/classification/gbtclassifier/GBTClassifier.java: ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [flink-ml] Fanoid commented on a diff in pull request #210: [FLINK-31010] Add Transformer and Estimator for GBTClassifier and GBTRegressor

2023-02-22 Thread via GitHub
Fanoid commented on code in PR #210: URL: https://github.com/apache/flink-ml/pull/210#discussion_r1113977402 ## flink-ml-lib/src/main/java/org/apache/flink/ml/common/param/HasLossType.java: ## @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [flink-ml] Fanoid commented on a diff in pull request #210: [FLINK-31010] Add Transformer and Estimator for GBTClassifier and GBTRegressor

2023-02-22 Thread via GitHub
Fanoid commented on code in PR #210: URL: https://github.com/apache/flink-ml/pull/210#discussion_r1113975599 ## flink-ml-lib/src/main/java/org/apache/flink/ml/common/gbt/loss/LogLoss.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[jira] [Created] (FLINK-31181) Support LIKE operator pushdown

2023-02-22 Thread Jira
Grzegorz Kołakowski created FLINK-31181: --- Summary: Support LIKE operator pushdown Key: FLINK-31181 URL: https://issues.apache.org/jira/browse/FLINK-31181 Project: Flink Issue Type:

[GitHub] [flink-connector-aws] dannycranmer commented on a diff in pull request #54: [FLINK-30947][Formats/AWS] Externalize Flink Avro and JSON format for AWS GlueSchemaRegistry

2023-02-22 Thread via GitHub
dannycranmer commented on code in PR #54: URL: https://github.com/apache/flink-connector-aws/pull/54#discussion_r1113969317 ## flink-connector-aws-e2e-tests/flink-formats-avro-glue-schema-registry-e2e-tests/src/test/resources/log4j2-test.properties: ## @@ -0,0 +1,28 @@

[GitHub] [flink] flinkbot commented on pull request #21996: [BP-1.17][FLINK-31041][runtime] Fix multiple restoreState when GlobalFailure occurs in a short period.

2023-02-22 Thread via GitHub
flinkbot commented on PR #21996: URL: https://github.com/apache/flink/pull/21996#issuecomment-1439593919 ## CI report: * 0741e755fbc9ba76864de2e1d348480740ab1dd7 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink-ml] Fanoid commented on a diff in pull request #210: [FLINK-31010] Add Transformer and Estimator for GBTClassifier and GBTRegressor

2023-02-22 Thread via GitHub
Fanoid commented on code in PR #210: URL: https://github.com/apache/flink-ml/pull/210#discussion_r1113968676 ## flink-ml-lib/src/main/java/org/apache/flink/ml/common/gbt/GBTModelParams.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [flink] HuangXingBo commented on a diff in pull request #21770: [FLINK-30277][python]Allow PYTHONPATH of Python Worker configurable

2023-02-22 Thread via GitHub
HuangXingBo commented on code in PR #21770: URL: https://github.com/apache/flink/pull/21770#discussion_r1113953192 ## flink-python/src/main/java/org/apache/flink/client/python/PythonEnvUtils.java: ## @@ -324,18 +325,25 @@ private static void addToPythonPath(PythonEnvironment

[GitHub] [flink-connector-jdbc] eskabetxe commented on pull request #22: [FLINK-30790] Add DatabaseExtension with TableManaged for testing

2023-02-22 Thread via GitHub
eskabetxe commented on PR #22: URL: https://github.com/apache/flink-connector-jdbc/pull/22#issuecomment-1439591149 @MartijnVisser, @snuyanzin could you help here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [flink-ml] Fanoid commented on a diff in pull request #210: [FLINK-31010] Add Transformer and Estimator for GBTClassifier and GBTRegressor

2023-02-22 Thread via GitHub
Fanoid commented on code in PR #210: URL: https://github.com/apache/flink-ml/pull/210#discussion_r1113967110 ## flink-ml-lib/src/main/java/org/apache/flink/ml/common/gbt/GBTModelParams.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [flink] flinkbot commented on pull request #21995: [BP-1.16][FLINK-31041][runtime] Fix multiple restoreState when GlobalFailure occurs in a short period.

2023-02-22 Thread via GitHub
flinkbot commented on PR #21995: URL: https://github.com/apache/flink/pull/21995#issuecomment-1439586216 ## CI report: * 8bd14e3626ba5a7e0d00764dcd24ccf0c0c2f512 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] flinkbot commented on pull request #21994: [BP-1.15][FLINK-31041][runtime] Fix multiple restoreState when GlobalFailure occurs in a short period.

2023-02-22 Thread via GitHub
flinkbot commented on PR #21994: URL: https://github.com/apache/flink/pull/21994#issuecomment-1439586085 ## CI report: * 2b6c1d920d514ebdc628e50b052e7862483d5cea UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] huwh opened a new pull request, #21996: [BP-1.17][FLINK-31041][runtime] Fix multiple restoreState when GlobalFailure occurs in a short period.

2023-02-22 Thread via GitHub
huwh opened a new pull request, #21996: URL: https://github.com/apache/flink/pull/21996 Backport [FLINK-31041](https://issues.apache.org/jira/browse/FLINK-31041) to release-1.17. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] huwh opened a new pull request, #21995: [BP-1.16][FLINK-31041][runtime] Fix multiple restoreState when GlobalFailure occurs in a short period.

2023-02-22 Thread via GitHub
huwh opened a new pull request, #21995: URL: https://github.com/apache/flink/pull/21995 Backport [FLINK-31041](https://issues.apache.org/jira/browse/FLINK-31041) to release-1.16. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] huwh opened a new pull request, #21994: [BP-1.15][FLINK-31041][runtime] Fix multiple restoreState when GlobalFailure occurs in a short period.

2023-02-22 Thread via GitHub
huwh opened a new pull request, #21994: URL: https://github.com/apache/flink/pull/21994 Backport [FLINK-31041](https://issues.apache.org/jira/browse/FLINK-31041) to release-1.15. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] flinkbot commented on pull request #21993: [FLINK-31166][table] Fix array_contains does not support null argumen…

2023-02-22 Thread via GitHub
flinkbot commented on PR #21993: URL: https://github.com/apache/flink/pull/21993#issuecomment-1439579511 ## CI report: * e959dc2eca23904ca13da2b86b910041b8af42b4 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Assigned] (FLINK-30129) Push projection through ChangelogNormalize

2023-02-22 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu reassigned FLINK-30129: --- Assignee: Jark Wu > Push projection through ChangelogNormalize >

[jira] [Assigned] (FLINK-31166) array_contains element type error

2023-02-22 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser reassigned FLINK-31166: -- Assignee: jackylau > array_contains element type error >

<    1   2   3   4