[GitHub] [flink] Myasuka commented on a diff in pull request #20420: [FLINK-28626][tests] Refactor RescaleCheckpointManuallyITCase

2022-08-03 Thread GitBox
Myasuka commented on code in PR #20420: URL: https://github.com/apache/flink/pull/20420#discussion_r937369884 ## flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescaleCheckpointManuallyITCase.java: ## @@ -150,54 +137,33 @@ public void

[GitHub] [flink] godfreyhe commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
godfreyhe commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937368986 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/source/DynamicFilteringData.java: ## @@ -0,0 +1,184 @@ +/* + * Licensed to the Apache

[GitHub] [flink] wangqinghuan opened a new pull request, #20448: field-level lineage

2022-08-03 Thread GitBox
wangqinghuan opened a new pull request, #20448: URL: https://github.com/apache/flink/pull/20448 This pr introduces an explainLineage function to get field-level lineage relationship about Flink SQL task. For example, ``` create table src (a String,b String, c String) with (

[jira] [Updated] (FLINK-28796) Add Statement Completement API for sql gateway rest endpoint

2022-08-03 Thread Wencong Liu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wencong Liu updated FLINK-28796: Description: SQL Gateway supports various clients: sql client, rest, hiveserver2, etc. Given the

[jira] [Created] (FLINK-28796) Add Statement Completement API for sql gateway rest endpoint

2022-08-03 Thread Wencong Liu (Jira)
Wencong Liu created FLINK-28796: --- Summary: Add Statement Completement API for sql gateway rest endpoint Key: FLINK-28796 URL: https://issues.apache.org/jira/browse/FLINK-28796 Project: Flink

[GitHub] [flink] godfreyhe commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
godfreyhe commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937365940 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/source/DynamicFilteringData.java: ## @@ -26,30 +26,49 @@ import

[GitHub] [flink] Tartarus0zm commented on a diff in pull request #20392: [FLINK-28459][table-planner] Supports non-atomic CREATE TABLE AS SELECT

2022-08-03 Thread GitBox
Tartarus0zm commented on code in PR #20392: URL: https://github.com/apache/flink/pull/20392#discussion_r937356970 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/TableSinkITCase.scala: ## @@ -192,4 +193,41 @@ class

[GitHub] [flink] flinkbot commented on pull request #20447: Flink 28532

2022-08-03 Thread GitBox
flinkbot commented on PR #20447: URL: https://github.com/apache/flink/pull/20447#issuecomment-1204770675 ## CI report: * 76a2792d897bf3f6591ade52756bb8714259a963 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] hehuiyuan closed pull request #20425: [FLINK-28750][Hive]Add field comment parse for hive ddl

2022-08-03 Thread GitBox
hehuiyuan closed pull request #20425: [FLINK-28750][Hive]Add field comment parse for hive ddl URL: https://github.com/apache/flink/pull/20425 -- 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] hehuiyuan commented on pull request #20425: [FLINK-28750][Hive]Add field comment parse for hive ddl

2022-08-03 Thread GitBox
hehuiyuan commented on PR #20425: URL: https://github.com/apache/flink/pull/20425#issuecomment-1204763509 @luoyuxia thanks. It shoud have been supported. ![image](https://user-images.githubusercontent.com/18002496/182767010-d27407f4-199a-4ed4-a446-b47424cec49a.png) -- This is

[GitHub] [flink] SmirAlex opened a new pull request, #20447: Flink 28532

2022-08-03 Thread GitBox
SmirAlex opened a new pull request, #20447: URL: https://github.com/apache/flink/pull/20447 ## What is the purpose of the change This pull request introduces support of lookup join using FullCachingLookupProvider that uses InputFormats for data loading. Also it contains

[GitHub] [flink] flinkbot commented on pull request #20446: [FLINK-28795][hive] Fix unstable test for HiveDialectQueryITCase#testInsertDirectory

2022-08-03 Thread GitBox
flinkbot commented on PR #20446: URL: https://github.com/apache/flink/pull/20446#issuecomment-1204751398 ## CI report: * 791f77044d41d8e6dd0d86412dac383e42a9bb05 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] luoyuxia commented on pull request #20060: [FLINK-28212][hive] Trim the project node with window expressions to fix IndexOutOfBoundsException when using Hive dialect.

2022-08-03 Thread GitBox
luoyuxia commented on PR #20060: URL: https://github.com/apache/flink/pull/20060#issuecomment-1204743277 @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.

[jira] [Updated] (FLINK-28795) Unstable test for HiveDialectQueryITCase#testInsertDirectory

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-28795: --- Labels: pull-request-available (was: ) > Unstable test for

[GitHub] [flink] luoyuxia opened a new pull request, #20446: [FLINK-28795][hive] Fix unstable test for HiveDialectQueryITCase#testInsertDirectory

2022-08-03 Thread GitBox
luoyuxia opened a new pull request, #20446: URL: https://github.com/apache/flink/pull/20446 ## What is the purpose of the change Fix unstable test for HiveDialectQueryITCase#testInsertDirectory ## Brief change log Wait the inserting finish before querying the table.

[jira] [Created] (FLINK-28795) Unstable test for HiveDialectQueryITCase#testInsertDirectory

2022-08-03 Thread luoyuxia (Jira)
luoyuxia created FLINK-28795: Summary: Unstable test for HiveDialectQueryITCase#testInsertDirectory Key: FLINK-28795 URL: https://issues.apache.org/jira/browse/FLINK-28795 Project: Flink Issue

[GitHub] [flink] pltbkd commented on pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
pltbkd commented on PR #20374: URL: https://github.com/apache/flink/pull/20374#issuecomment-1204737427 Hi @godfreyhe , Thanks for the suggestions! I suppose I've resolved most of the comments, and the failover case is coming soon. Would you please take another look? -- This is an

[GitHub] [flink] fsk119 commented on pull request #20334: [FLINK-28629][sql-gateway][hive] Allow to getCatalogs in the HiveServer2 Endpoint

2022-08-03 Thread GitBox
fsk119 commented on PR #20334: URL: https://github.com/apache/flink/pull/20334#issuecomment-1204735914 @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] luoyuxia commented on pull request #20394: [FLINK-28720][hive][connectors] Add Hive partition when flink has no data to write

2022-08-03 Thread GitBox
luoyuxia commented on PR #20394: URL: https://github.com/apache/flink/pull/20394#issuecomment-1204734039 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 comment. To

[GitHub] [flink] flinkbot commented on pull request #20445: [FLINK-27908][network] HsSubpartitionView should calculate backlog no less than true value

2022-08-03 Thread GitBox
flinkbot commented on PR #20445: URL: https://github.com/apache/flink/pull/20445#issuecomment-1204732058 ## CI report: * df3eaa0cfc0fd1b65d7ec0b380ea1bc2ab75bd37 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] pltbkd commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
pltbkd commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937324901 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/dynamicfiltering/DynamicFilteringDataCollectorOperator.java: ## @@ -0,0 +1,183

[GitHub] [flink] pltbkd commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
pltbkd commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937326667 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/dynamicfiltering/DynamicFilteringDataCollectorOperator.java: ## @@ -0,0 +1,183

[GitHub] [flink] pltbkd commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
pltbkd commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937325378 ## flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/dynamicfiltering/DynamicFilteringDataCollectorOperatorTest.java: ## @@ -0,0

[GitHub] [flink] pltbkd commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
pltbkd commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937324901 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/dynamicfiltering/DynamicFilteringDataCollectorOperator.java: ## @@ -0,0 +1,183

[jira] [Updated] (FLINK-28786) Cannot run PyFlink 1.16 on MacOS with M1 chip

2022-08-03 Thread Ran Tao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Tao updated FLINK-28786: Description: I have tested it with 2 m1 machines. i will reproduce the bug 100%. 1.m1 machine macos

[GitHub] [flink] reswqa opened a new pull request, #20445: [FLINK-27908][network] HsSubpartitionView should calculate backlog no less than true value

2022-08-03 Thread GitBox
reswqa opened a new pull request, #20445: URL: https://github.com/apache/flink/pull/20445 ## What is the purpose of the change *HsSubpartitionView calculate backlog no less than true value* ## Brief change log - *Change logical of calculate backlog in

[GitHub] [flink] swuferhong commented on a diff in pull request #20432: [FLINK-28753][table-planner] Improve FilterIntoJoinRule which could push some predicates to another side

2022-08-03 Thread GitBox
swuferhong commented on code in PR #20432: URL: https://github.com/apache/flink/pull/20432#discussion_r937319412 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/JoinITCase.scala: ## @@ -66,6 +68,29 @@ class JoinITCase(state:

[GitHub] [flink] SmirAlex commented on pull request #20382: [FLINK-28419][table] Add runtime provider interface for full caching lookup + implement Periodic and Timed cache reload triggers

2022-08-03 Thread GitBox
SmirAlex commented on PR #20382: URL: https://github.com/apache/flink/pull/20382#issuecomment-1204717241 @PatrickRen There were multiple failed pipelines, but they were because of unrelated issues. Latest pipeline was successful -

[GitHub] [flink] pltbkd commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
pltbkd commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937316474 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/source/DynamicFilteringData.java: ## @@ -0,0 +1,184 @@ +/* + * Licensed to the Apache

[GitHub] [flink] yunfengzhou-hub commented on a diff in pull request #20275: [FLINK-28606][Runtime/Checkpointing] Preserve consistency of OperatorEvent from OperatorCoordinator to subtasks

2022-08-03 Thread GitBox
yunfengzhou-hub commented on code in PR #20275: URL: https://github.com/apache/flink/pull/20275#discussion_r937314000 ## flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/CoordinatorEventsToStreamOperatorRecipientExactlyOnceITCase.java: ## @@ -0,0

[GitHub] [flink] godfreyhe commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
godfreyhe commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937312617 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/dynamicfiltering/DynamicFilteringDataCollectorOperator.java: ## @@ -0,0

[jira] [Updated] (FLINK-28794) Publish flink-table-store snapshot artifacts

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-28794: --- Labels: pull-request-available (was: ) > Publish flink-table-store snapshot artifacts >

[GitHub] [flink-table-store] JingsongLi opened a new pull request, #261: [FLINK-28794] Publish flink-table-store snapshot artifacts

2022-08-03 Thread GitBox
JingsongLi opened a new pull request, #261: URL: https://github.com/apache/flink-table-store/pull/261 It is better to publish the Maven artifacts, so that downstream Java projects can use this. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink] lindong28 commented on a diff in pull request #20275: [FLINK-28606][Runtime/Checkpointing] Preserve consistency of OperatorEvent from OperatorCoordinator to subtasks

2022-08-03 Thread GitBox
lindong28 commented on code in PR #20275: URL: https://github.com/apache/flink/pull/20275#discussion_r937256425 ## flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/CoordinatorEventsExactlyOnceITCase.java: ## @@ -378,6 +373,10 @@ public void

[jira] [Commented] (FLINK-28793) Allow to GetInfo for HiveServer2 Endpoint

2022-08-03 Thread WeiNan Zhao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17574996#comment-17574996 ] WeiNan Zhao commented on FLINK-28793: - hi, [~fsk119]. please assign to me . thanks. > Allow to

[GitHub] [flink] godfreyhe commented on a diff in pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
godfreyhe commented on code in PR #20374: URL: https://github.com/apache/flink/pull/20374#discussion_r937308705 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/dynamicfiltering/DynamicFilteringDataCollectorOperator.java: ## @@ -0,0

[jira] [Created] (FLINK-28794) Publish flink-table-store snapshot artifacts

2022-08-03 Thread Jingsong Lee (Jira)
Jingsong Lee created FLINK-28794: Summary: Publish flink-table-store snapshot artifacts Key: FLINK-28794 URL: https://issues.apache.org/jira/browse/FLINK-28794 Project: Flink Issue Type:

[jira] [Commented] (FLINK-28747) "target_id can not be missing" in HTTP statefun request

2022-08-03 Thread Stephan Weinwurm (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17575006#comment-17575006 ] Stephan Weinwurm commented on FLINK-28747: -- Yes, you're right, that seems like protobuf

[GitHub] [flink] gaoyunhaii commented on pull request #20374: [FLINK-28709] Implement dynamic filtering operators

2022-08-03 Thread GitBox
gaoyunhaii commented on PR #20374: URL: https://github.com/apache/flink/pull/20374#issuecomment-1204703556 @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-28769) Flink History Server show wrong name of batch jobs

2022-08-03 Thread Zhu Zhu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17575001#comment-17575001 ] Zhu Zhu commented on FLINK-28769: - Loos to me the the specified name does work after checking the code

[GitHub] [flink] flinkbot commented on pull request #20444: [FLINK-28793] Allow to GetInfo for HiveServer2 Endpoint

2022-08-03 Thread GitBox
flinkbot commented on PR #20444: URL: https://github.com/apache/flink/pull/20444#issuecomment-1204701319 ## CI report: * cc26779be4d6fcd2e160327da83345c72a3c63d0 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-28493) Add document to describe "ANALYZE TABLE" syntax

2022-08-03 Thread Yunhong Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17575004#comment-17575004 ] Yunhong Zheng commented on FLINK-28493: --- Hi [~godfreyhe] , could you assign this to me. Thanks! >

[jira] [Updated] (FLINK-28793) Allow to GetInfo for HiveServer2 Endpoint

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-28793: --- Labels: pull-request-available (was: ) > Allow to GetInfo for HiveServer2 Endpoint >

[GitHub] [flink] chaozwn opened a new pull request, #20444: [FLINK-28793] Allow to GetInfo for HiveServer2 Endpoint

2022-08-03 Thread GitBox
chaozwn opened a new pull request, #20444: URL: https://github.com/apache/flink/pull/20444 ## 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 them

[jira] [Closed] (FLINK-28708) Introduce planner rules to optimize dpp pattern

2022-08-03 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he closed FLINK-28708. -- Resolution: Fixed Fixed in master: ae186e8650f137d624812c79f1bc33325e72 > Introduce planner

[GitHub] [flink] godfreyhe closed pull request #20388: [FLINK-28708][table-planner] Introduce planner rules to optimize dpp pattern

2022-08-03 Thread GitBox
godfreyhe closed pull request #20388: [FLINK-28708][table-planner] Introduce planner rules to optimize dpp pattern URL: https://github.com/apache/flink/pull/20388 -- 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] godfreyhe commented on pull request #20388: [FLINK-28708][table-planner] Introduce planner rules to optimize dpp pattern

2022-08-03 Thread GitBox
godfreyhe commented on PR #20388: URL: https://github.com/apache/flink/pull/20388#issuecomment-1204693707 merged -- 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

[GitHub] [flink] xintongsong commented on a diff in pull request #20426: [FLINK-28781][network] Hybrid Shuffle should support compression

2022-08-03 Thread GitBox
xintongsong commented on code in PR #20426: URL: https://github.com/apache/flink/pull/20426#discussion_r937295256 ## flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultPartitionType.java: ## @@ -196,4 +196,8 @@ public boolean isBounded() {

[GitHub] [flink] luoyuxia commented on pull request #20425: [FLINK-28750][Hive]Add field comment parse for hive ddl

2022-08-03 Thread GitBox
luoyuxia commented on PR #20425: URL: https://github.com/apache/flink/pull/20425#issuecomment-1204689351 I haven't checked. But I go through the source code, and I think It should have been supported. -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (FLINK-28793) Allow to GetInfo for HiveServer2 Endpoint

2022-08-03 Thread Shengkai Fang (Jira)
Shengkai Fang created FLINK-28793: - Summary: Allow to GetInfo for HiveServer2 Endpoint Key: FLINK-28793 URL: https://issues.apache.org/jira/browse/FLINK-28793 Project: Flink Issue Type:

[jira] [Closed] (FLINK-28492) Support "ANALYZE TABLE" execution

2022-08-03 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he closed FLINK-28492. -- Resolution: Fixed Fixed in master: 8236644816a8070499ff4327b7ee71cbb4660afa > Support "ANALYZE

[GitHub] [flink] godfreyhe closed pull request #20363: [FLINK-28492][table-planner] Support "ANALYZE TABLE" execution

2022-08-03 Thread GitBox
godfreyhe closed pull request #20363: [FLINK-28492][table-planner] Support "ANALYZE TABLE" execution URL: https://github.com/apache/flink/pull/20363 -- 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

[GitHub] [flink] JasonLeeCoding commented on pull request #20327: [FLINK-28595][Connectors/kafka] KafkaSource should not read metadata of unmatched regex topics

2022-08-03 Thread GitBox
JasonLeeCoding commented on PR #20327: URL: https://github.com/apache/flink/pull/20327#issuecomment-1204686180 @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

[GitHub] [flink] swuferhong commented on a diff in pull request #20303: [FLINK-28599][table-planner] Adding FlinkJoinToMultiJoinRule to support translating left/right outer join to multi join

2022-08-03 Thread GitBox
swuferhong commented on code in PR #20303: URL: https://github.com/apache/flink/pull/20303#discussion_r937292379 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/MultiJoinOptimizeTest.scala: ## @@ -0,0 +1,170 @@ +/* + *

[GitHub] [flink] reswqa commented on pull request #20433: [FLINK-27909] Add document for hybrid shuffle

2022-08-03 Thread GitBox
reswqa commented on PR #20433: URL: https://github.com/apache/flink/pull/20433#issuecomment-1204683732 @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] luoyuxia commented on a diff in pull request #20394: [FLINK-28720][hive][connectors] Add Hive partition when flink has no data to write

2022-08-03 Thread GitBox
luoyuxia commented on code in PR #20394: URL: https://github.com/apache/flink/pull/20394#discussion_r937290113 ## flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveTableSinkITCase.java: ## @@ -441,6 +441,61 @@ public void

[jira] [Closed] (FLINK-28161) Introduce the session related API for REST endpoint

2022-08-03 Thread Xintong Song (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xintong Song closed FLINK-28161. Fix Version/s: 1.16.0 Resolution: Done master (1.16):

[GitHub] [flink] xintongsong closed pull request #20418: [FLINK-28161][sql-gateway]Introduce the session related API for REST endpoint

2022-08-03 Thread GitBox
xintongsong closed pull request #20418: [FLINK-28161][sql-gateway]Introduce the session related API for REST endpoint URL: https://github.com/apache/flink/pull/20418 -- 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] deadwind4 commented on pull request #18469: [FLINK-25485][connector/jdbc] Append default JDBC URL option of batch writing in MySQL.

2022-08-03 Thread GitBox
deadwind4 commented on PR #18469: URL: https://github.com/apache/flink/pull/18469#issuecomment-1204663752 @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

[GitHub] [flink] lsyldliu commented on a diff in pull request #20392: [FLINK-28459][table-planner] Supports non-atomic CREATE TABLE AS SELECT

2022-08-03 Thread GitBox
lsyldliu commented on code in PR #20392: URL: https://github.com/apache/flink/pull/20392#discussion_r937274957 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/TableSinkITCase.scala: ## @@ -192,4 +193,41 @@ class

[GitHub] [flink] lsyldliu commented on a diff in pull request #20361: [FLINK-27790][Table SQL / API] Port ADD JAR /SHOW JARS syntax implementation from SqlClient to TableEnvironment side

2022-08-03 Thread GitBox
lsyldliu commented on code in PR #20361: URL: https://github.com/apache/flink/pull/20361#discussion_r937269900 ## flink-end-to-end-tests/flink-end-to-end-tests-sql/src/test/java/org/apache/flink/table/sql/codegen/AddRemoteJarITCase.java: ## @@ -0,0 +1,280 @@ +/* + * Licensed to

[GitHub] [flink] lsyldliu commented on pull request #20442: [FLINK-24614][Connectors/PARQUET] Add Complex types support for parquet reader

2022-08-03 Thread GitBox
lsyldliu commented on PR #20442: URL: https://github.com/apache/flink/pull/20442#issuecomment-1204653044 @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.

[jira] [Resolved] (FLINK-28571) Add AlgoOperator for Chi-squared test

2022-08-03 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhipeng Zhang resolved FLINK-28571. --- Resolution: Fixed fixed via df58dbee68131c967ce927825cd710280cfda1ce > Add AlgoOperator

[GitHub] [flink-ml] zhipeng93 merged pull request #132: [FLINK-28571] Add AlgoOperator for Chi-squared test

2022-08-03 Thread GitBox
zhipeng93 merged PR #132: URL: https://github.com/apache/flink-ml/pull/132 -- 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] zhipeng93 commented on pull request #132: [FLINK-28571] Add AlgoOperator for Chi-squared test

2022-08-03 Thread GitBox
zhipeng93 commented on PR #132: URL: https://github.com/apache/flink-ml/pull/132#issuecomment-1204646476 Thanks for the update @taosiyuan163 . 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

[GitHub] [flink] luoyuxia commented on pull request #20060: [FLINK-28212][hive] Trim the project node with window expressions to fix IndexOutOfBoundsException when using Hive dialect.

2022-08-03 Thread GitBox
luoyuxia commented on PR #20060: URL: https://github.com/apache/flink/pull/20060#issuecomment-1204640387 @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] rkhachatryan commented on pull request #20404: [FLINK-28529][changelog] refactor ChangelogPeriodicMaterializationSwitchStateBackendITCase#testSwitchFromDisablingToEnablingInClaimMode

2022-08-03 Thread GitBox
rkhachatryan commented on PR #20404: URL: https://github.com/apache/flink/pull/20404#issuecomment-1204559117 Thanks a lot for the fix @fredia Could you please briefly describe the root cause of the failure in the ticket? Besides of changing the source, this PR refactors the

[jira] [Updated] (FLINK-24457) FileSourceTextLinesITCase.testContinuousTextFileSourceWithJobManagerFailover fails with NoSuchElement

2022-08-03 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-24457: --- Labels: auto-deprioritized-major stale-minor test-stability (was: auto-deprioritized-major

[jira] [Updated] (FLINK-22741) Hide Flink complexity from Stateful Functions

2022-08-03 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-22741: --- Labels: auto-deprioritized-major auto-deprioritized-minor (was: auto-deprioritized-major

[jira] [Updated] (FLINK-27775) FlinkKafkaProducer VS KafkaSink

2022-08-03 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-27775: --- Labels: auto-deprioritized-major features (was: features stale-major) Priority: Minor

[jira] [Updated] (FLINK-26465) Optimize SortMergeReader: use loser tree to reduce comparisons

2022-08-03 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-26465: --- Labels: pull-request-available stale-assigned (was: pull-request-available) I am the

[jira] [Updated] (FLINK-24731) Add a blank space for TransitiveClosureNaive

2022-08-03 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-24731: --- Labels: auto-deprioritized-major pull-request-available stale-minor (was:

[jira] [Updated] (FLINK-24482) KafkaShuffleTestBase.testMetrics fails on Azure

2022-08-03 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot updated FLINK-24482: --- Labels: auto-deprioritized-critical auto-deprioritized-major stale-minor test-stability

[GitHub] [flink] rkhachatryan commented on a diff in pull request #20103: [FLINK-28178][runtime-web] Show the delegated StateBackend and whethe…

2022-08-03 Thread GitBox
rkhachatryan commented on code in PR #20103: URL: https://github.com/apache/flink/pull/20103#discussion_r937093155 ## flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/DefaultExecutionGraph.java: ## @@ -517,7 +527,16 @@ public void failJobDueToTaskFailure(

[jira] [Updated] (FLINK-28341) Fix comment in BytesKeyNormalizationUtil.java

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-28341: --- Labels: comment pull-request-available starter (was: comment starter) > Fix comment in

[GitHub] [flink] flinkbot commented on pull request #20443: [hotfix] [FLINK-28341] [streaming-java] Change the MIN and MAX value for Byte data type

2022-08-03 Thread GitBox
flinkbot commented on PR #20443: URL: https://github.com/apache/flink/pull/20443#issuecomment-1204429889 ## CI report: * 7dd394348b817468a5f58bdde3c8b93b4c628022 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] ravening opened a new pull request, #20443: [hotfix] [FLINK-28341] [streaming-java] Change the MIN and MAX value for Byte data type

2022-08-03 Thread GitBox
ravening opened a new pull request, #20443: URL: https://github.com/apache/flink/pull/20443 The MIN value should be -128 and max value is 127 ## What is the purpose of the change Change the Byte min and max values in the description ## Verifying this

[GitHub] [flink] rkhachatryan commented on pull request #20103: [FLINK-28178][runtime-web] Show the delegated StateBackend and whethe…

2022-08-03 Thread GitBox
rkhachatryan commented on PR #20103: URL: https://github.com/apache/flink/pull/20103#issuecomment-1204372419 Sorry for the delay @zoltar9264 . I still don't see the changes when running locally (commit SHA shown in the UI: 7259856). In the logs, I see messages like this: ```

[GitHub] [flink] snuyanzin commented on pull request #19916: [FLINK-27936][tests] Migrate flink-connector-cassandra to JUnit5

2022-08-03 Thread GitBox
snuyanzin commented on PR #19916: URL: https://github.com/apache/flink/pull/19916#issuecomment-1204345414 @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] RyanSkraba commented on pull request #18133: [FLINK-24718][avro] update AVRO dependency to latest version

2022-08-03 Thread GitBox
RyanSkraba commented on PR #18133: URL: https://github.com/apache/flink/pull/18133#issuecomment-1204317676 I'd love to see this in 1.16! I'm currently with limited connection, but I'll get this updated to 1.11.1 within the week. -- This is an automated message from the Apache Git

[GitHub] [flink] flinkbot commented on pull request #20442: [FLINK-24614][Connectors/PARQUET] Add Complex types support for parquet reader

2022-08-03 Thread GitBox
flinkbot commented on PR #20442: URL: https://github.com/apache/flink/pull/20442#issuecomment-1204291752 ## CI report: * c62d95bef2afa52900c79eb9ffc584c8de0b0d01 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] lsyldliu commented on pull request #17654: [FLINK-24614][Connectors/PARQUET] Add Complex types support for parquet reader

2022-08-03 Thread GitBox
lsyldliu commented on PR #17654: URL: https://github.com/apache/flink/pull/17654#issuecomment-1204284975 Continuing this work in https://github.com/apache/flink/pull/20442, this pr will be closed. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [flink] lsyldliu opened a new pull request, #20442: [FLINK-24614][Connectors/PARQUET] Add Complex types support for parquet reader

2022-08-03 Thread GitBox
lsyldliu opened a new pull request, #20442: URL: https://github.com/apache/flink/pull/20442 ## What is the purpose of the change Add array,map,row types support for parquet vectorized reader ## Brief change log - *Add array,map,row types support for parquet

[GitHub] [flink] maver1ck commented on a diff in pull request #20235: [Flink 14101][Connectors][Jdbc] SQL Server dialect

2022-08-03 Thread GitBox
maver1ck commented on code in PR #20235: URL: https://github.com/apache/flink/pull/20235#discussion_r936922685 ## flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/dialect/sqlserver/SqlServerDialect.java: ## @@ -0,0 +1,162 @@ +/* + * Licensed

[GitHub] [flink] qingwei91 commented on a diff in pull request #20235: [Flink 14101][Connectors][Jdbc] SQL Server dialect

2022-08-03 Thread GitBox
qingwei91 commented on code in PR #20235: URL: https://github.com/apache/flink/pull/20235#discussion_r936919123 ## flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/dialect/sqlserver/SqlServerDialect.java: ## @@ -0,0 +1,162 @@ +/* + * Licensed

[GitHub] [flink] snuyanzin commented on pull request #20409: [FLINK-25252][Connector/Kafka] Re-enabling Kafka tests for Java 11

2022-08-03 Thread GitBox
snuyanzin commented on PR #20409: URL: https://github.com/apache/flink/pull/20409#issuecomment-1204197520 Looks like the issue is with unsused imports (should be removed after running `mvn spotless:apply`) After that it compiles ok -- This is an automated message from the Apache Git

[GitHub] [flink] wuchong commented on pull request #20060: [FLINK-28212][hive] Trim the project node with window expressions to fix IndexOutOfBoundsException when using Hive dialect.

2022-08-03 Thread GitBox
wuchong commented on PR #20060: URL: https://github.com/apache/flink/pull/20060#issuecomment-1204109772 @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] wuchong commented on a diff in pull request #20334: [FLINK-28629][sql-gateway][hive] Allow to getCatalogs in the HiveServer2 Endpoint

2022-08-03 Thread GitBox
wuchong commented on code in PR #20334: URL: https://github.com/apache/flink/pull/20334#discussion_r936663070 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/SqlGatewayServiceITCase.java: ## @@ -587,6 +592,20 @@ public void

[jira] [Closed] (FLINK-27292) Translate the "Data Type Extraction" section of "Data Types" in to Chinese

2022-08-03 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser closed FLINK-27292. -- Fix Version/s: 1.16.0 Resolution: Fixed Fixed in master

[jira] [Assigned] (FLINK-27292) Translate the "Data Type Extraction" section of "Data Types" in to Chinese

2022-08-03 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser reassigned FLINK-27292: -- Assignee: jjiey > Translate the "Data Type Extraction" section of "Data Types" in to

[GitHub] [flink] MartijnVisser merged pull request #20316: [FLINK-27292][docs-zh] Translate the "Data Type Extraction" section of "Data Types" to Chinese

2022-08-03 Thread GitBox
MartijnVisser merged PR #20316: URL: https://github.com/apache/flink/pull/20316 -- 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-28747) "target_id can not be missing" in HTTP statefun request

2022-08-03 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17574752#comment-17574752 ] Till Rohrmann commented on FLINK-28747: --- I think this is Protobuf's behaviour. If Protobuf sees

[GitHub] [flink] SmirAlex commented on pull request #20382: [FLINK-28419][table] Add runtime provider interface for full caching lookup + implement Periodic and Timed cache reload triggers

2022-08-03 Thread GitBox
SmirAlex commented on PR #20382: URL: https://github.com/apache/flink/pull/20382#issuecomment-1204035787 @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.

[jira] [Commented] (FLINK-28341) Fix comment in BytesKeyNormalizationUtil.java

2022-08-03 Thread Rakesh Venkatesh (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17574747#comment-17574747 ] Rakesh Venkatesh commented on FLINK-28341: -- [~shenjiaqi] can I work on this? > Fix comment in

[jira] [Assigned] (FLINK-28792) Upgrade to JOSDK 3.1.0

2022-08-03 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora reassigned FLINK-28792: -- Assignee: Gyula Fora > Upgrade to JOSDK 3.1.0 > -- > >

[GitHub] [flink] swuferhong commented on a diff in pull request #20303: [FLINK-28599][table-planner] Adding FlinkJoinToMultiJoinRule to support translating left/right outer join to multi join

2022-08-03 Thread GitBox
swuferhong commented on code in PR #20303: URL: https://github.com/apache/flink/pull/20303#discussion_r936678209 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/FlinkJoinToMultiJoinRule.java: ## @@ -0,0 +1,552 @@ +/* + *

[GitHub] [flink] lincoln-lil commented on a diff in pull request #20393: [FLINK-28570][table-planner] Introduces a StreamNonDeterministicPlanResolver to validate and try to solve (lookup join only) t

2022-08-03 Thread GitBox
lincoln-lil commented on code in PR #20393: URL: https://github.com/apache/flink/pull/20393#discussion_r936658329 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/optimize/StreamNonDeterministicUpdatePlanVisitor.java: ## @@ -0,0 +1,1009 @@

[jira] [Closed] (FLINK-28791) flink-sql-gateway-test does not compile on Java 11

2022-08-03 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-28791. Resolution: Fixed master: 9efd97e05717181ee9b5489cddc27b6351127e38 >

[GitHub] [flink] zentol merged pull request #20440: [FLINK-28791][sql] Add missing jdk.tools exclusion

2022-08-03 Thread GitBox
zentol merged PR #20440: URL: https://github.com/apache/flink/pull/20440 -- 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] [Updated] (FLINK-24718) Update AVRO dependency to 1.11.1

2022-08-03 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser updated FLINK-24718: --- Summary: Update AVRO dependency to 1.11.1 (was: Update AVRO dependency to latest version)

  1   2   3   >