[GitHub] [flink] flinkbot commented on pull request #22731: [BP-1.17][FLINK-31774][doc] Add document for delete and update statement (#22398)

2023-06-07 Thread via GitHub
flinkbot commented on PR #22731: URL: https://github.com/apache/flink/pull/22731#issuecomment-1581895947 ## CI report: * dff7fb0beac948e36f9391a4158e0ab7e5b7defe UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] Aitozi opened a new pull request, #22731: [BP-1.17][FLINK-31774][doc] Add document for delete and update statement (#22398)

2023-06-07 Thread via GitHub
Aitozi opened a new pull request, #22731: URL: https://github.com/apache/flink/pull/22731 cherry-pick for release-1.17 -- 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

[jira] [Created] (FLINK-32285) Support multiple Flink versions in each Flink ML Java library release

2023-06-07 Thread Jiang Xin (Jira)
Jiang Xin created FLINK-32285: - Summary: Support multiple Flink versions in each Flink ML Java library release Key: FLINK-32285 URL: https://issues.apache.org/jira/browse/FLINK-32285 Project: Flink

[GitHub] [flink-connector-pulsar] reswqa closed pull request #52: [hotfix] Update connector version to 3.0.1 for v3.0 branch.

2023-06-07 Thread via GitHub
reswqa closed pull request #52: [hotfix] Update connector version to 3.0.1 for v3.0 branch. URL: https://github.com/apache/flink-connector-pulsar/pull/52 -- 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-connector-pulsar] reswqa opened a new pull request, #52: [hotfix] Update connector version to 3.0.1 for v3.0 branch.

2023-06-07 Thread via GitHub
reswqa opened a new pull request, #52: URL: https://github.com/apache/flink-connector-pulsar/pull/52 As titile. -- 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

[jira] [Updated] (FLINK-32284) When using session windows, the state of slot 1 keeps growing

2023-06-07 Thread linweijiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] linweijiang updated FLINK-32284: Description: This will happen no matter how much parallelism  I set, and it will always be in

[jira] [Updated] (FLINK-32284) When using session windows, the state of slot 1 keeps growing

2023-06-07 Thread linweijiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] linweijiang updated FLINK-32284: Description: This will happen no matter how much parallelism  I set, and it will always be in

[jira] [Updated] (FLINK-32284) When using session windows, the state of slot 1 keeps growing

2023-06-07 Thread linweijiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] linweijiang updated FLINK-32284: Attachment: Checkpoint Details.png > When using session windows, the state of slot 1 keeps

[jira] [Updated] (FLINK-32284) When using session windows, the state of slot 1 keeps growing

2023-06-07 Thread linweijiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] linweijiang updated FLINK-32284: Attachment: Window Function Received Details.png > When using session windows, the state of slot

[jira] [Created] (FLINK-32284) When using session windows, the state of slot 1 keeps growing

2023-06-07 Thread linweijiang (Jira)
linweijiang created FLINK-32284: --- Summary: When using session windows, the state of slot 1 keeps growing Key: FLINK-32284 URL: https://issues.apache.org/jira/browse/FLINK-32284 Project: Flink

[GitHub] [flink] xintongsong commented on a diff in pull request #22728: [FLINK-31641][network] Implement the memory tier producer for the tiered storage

2023-06-07 Thread via GitHub
xintongsong commented on code in PR #22728: URL: https://github.com/apache/flink/pull/22728#discussion_r1222376428 ## flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/tier/local/memory/MemoryTierFactory.java: ## @@ -0,0 +1,74 @@ +/* + *

[GitHub] [flink] hanyuzheng7 commented on a diff in pull request #22730: [FLINK-32257]-table-Add-ARRAY_MAX-function

2023-06-07 Thread via GitHub
hanyuzheng7 commented on code in PR #22730: URL: https://github.com/apache/flink/pull/22730#discussion_r1222401333 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ## @@ -272,6 +281,61 @@ ANY,

[jira] [Created] (FLINK-32283) Implement SortBufferAccumulator

2023-06-07 Thread Yuxin Tan (Jira)
Yuxin Tan created FLINK-32283: - Summary: Implement SortBufferAccumulator Key: FLINK-32283 URL: https://issues.apache.org/jira/browse/FLINK-32283 Project: Flink Issue Type: Sub-task

[GitHub] [flink] luoyuxia commented on a diff in pull request #22620: [FLINK-31413][hive] Change scope of flink-table-planner dependency from provided to test in Hive connector

2023-06-07 Thread via GitHub
luoyuxia commented on code in PR #22620: URL: https://github.com/apache/flink/pull/22620#discussion_r1200414609 ## flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveLookupJoinITCase.java: ## @@ -182,7 +182,7 @@ public void

[GitHub] [flink] bvarghese1 commented on a diff in pull request #22730: [FLINK-32257]-table-Add-ARRAY_MAX-function

2023-06-07 Thread via GitHub
bvarghese1 commented on code in PR #22730: URL: https://github.com/apache/flink/pull/22730#discussion_r1222374966 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ## @@ -272,6 +281,61 @@ ANY,

[jira] [Closed] (FLINK-32274) kafka class could not be found while using appliction mode.

2023-06-07 Thread Spongebob (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Spongebob closed FLINK-32274. - Release Note: try to replace `org.apache.kafka.common.serialization.StringSerializer` with

[jira] [Comment Edited] (FLINK-32275) The return value of PartitionableListState#get is inconsistent with the requirements of AppendingState

2023-06-07 Thread Hangxiang Yu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730070#comment-17730070 ] Hangxiang Yu edited comment on FLINK-32275 at 6/8/23 2:21 AM: -- Thanks for

[GitHub] [flink] xintongsong commented on a diff in pull request #22342: [FLINK-31636][network] Upstream supports reading buffers from tiered store

2023-06-07 Thread via GitHub
xintongsong commented on code in PR #22342: URL: https://github.com/apache/flink/pull/22342#discussion_r1222361205 ## flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/netty/TieredStorageNettyServiceImpl.java: ## @@ -0,0 +1,191 @@ +/* + *

[jira] [Comment Edited] (FLINK-32219) SQL client hangs when executing EXECUTE PLAN

2023-06-07 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729879#comment-17729879 ] Shengkai Fang edited comment on FLINK-32219 at 6/8/23 2:12 AM: --- Merged

[jira] [Closed] (FLINK-32219) SQL client hangs when executing EXECUTE PLAN

2023-06-07 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang closed FLINK-32219. - Fix Version/s: 1.18.0 1.17.2 Resolution: Fixed > SQL client hangs

[GitHub] [flink] fsk119 merged pull request #22725: [FLINK-32219][sql-client] Fix SqlClient hangs when executing EXECUTE PLAN statement

2023-06-07 Thread via GitHub
fsk119 merged PR #22725: URL: https://github.com/apache/flink/pull/22725 -- 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] Aitozi commented on pull request #22398: [FLINK-31774][doc] Add document for delete and update statement

2023-06-07 Thread via GitHub
Aitozi commented on PR #22398: URL: https://github.com/apache/flink/pull/22398#issuecomment-1581773655 > @Aitozi Could you please backport it to 1.17. Thanks Sure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (FLINK-32276) After adding the where condition to the flink lookup left join, the joinType becomes innerJoin

2023-06-07 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730339#comment-17730339 ] Jark Wu commented on FLINK-32276: - [~yesorno] it works as expected. Adding a condition for {{dim.age >

[jira] [Commented] (FLINK-31774) Add document for delete and update statement

2023-06-07 Thread luoyuxia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730338#comment-17730338 ] luoyuxia commented on FLINK-31774: -- master: 77214f138cf759a3ee5466c9b2379e717227a0ae 1.17: todo > Add

[GitHub] [flink] luoyuxia commented on pull request #22398: [FLINK-31774][doc] Add document for delete and update statement

2023-06-07 Thread via GitHub
luoyuxia commented on PR #22398: URL: https://github.com/apache/flink/pull/22398#issuecomment-1581769993 @Aitozi Could you please backport it to 1.17. Thanks -- 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] luoyuxia merged pull request #22398: [FLINK-31774][doc] Add document for delete and update statement

2023-06-07 Thread via GitHub
luoyuxia merged PR #22398: URL: https://github.com/apache/flink/pull/22398 -- 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-13400) Remove Hive and Hadoop dependencies from SQL Client

2023-06-07 Thread luoyuxia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-13400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] luoyuxia closed FLINK-13400. Resolution: Fixed > Remove Hive and Hadoop dependencies from SQL Client >

[GitHub] [flink] luoyuxia closed pull request #16532: [FLINK-13400]Remove Hive and Hadoop dependencies from SQL Client

2023-06-07 Thread via GitHub
luoyuxia closed pull request #16532: [FLINK-13400]Remove Hive and Hadoop dependencies from SQL Client URL: https://github.com/apache/flink/pull/16532 -- 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

[jira] [Comment Edited] (FLINK-30660) move SQLClientHiveITCase and TestHiveCatalogFactory to flink-connector-hive e2e

2023-06-07 Thread luoyuxia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730336#comment-17730336 ] luoyuxia edited comment on FLINK-30660 at 6/8/23 1:46 AM: -- master:

[GitHub] [flink] luoyuxia commented on pull request #16532: [FLINK-13400]Remove Hive and Hadoop dependencies from SQL Client

2023-06-07 Thread via GitHub
luoyuxia commented on PR #16532: URL: https://github.com/apache/flink/pull/16532#issuecomment-1581768372 Fix via #22690 -- 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

[jira] [Resolved] (FLINK-30660) move SQLClientHiveITCase and TestHiveCatalogFactory to flink-connector-hive e2e

2023-06-07 Thread luoyuxia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] luoyuxia resolved FLINK-30660. -- Resolution: Fixed master: 98f5500fea96213741aa300b4b9e76be588d867a

[GitHub] [flink] luoyuxia closed pull request #22690: [FLINK-30660][hive] add e2e test for hive for hive3

2023-06-07 Thread via GitHub
luoyuxia closed pull request #22690: [FLINK-30660][hive] add e2e test for hive for hive3 URL: https://github.com/apache/flink/pull/22690 -- 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] luoyuxia closed pull request #22704: Flink 30660 hive 3

2023-06-07 Thread via GitHub
luoyuxia closed pull request #22704: Flink 30660 hive 3 URL: https://github.com/apache/flink/pull/22704 -- 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] luoyuxia closed pull request #22679: [FLINK-30660][hive] add e2e test for hive

2023-06-07 Thread via GitHub
luoyuxia closed pull request #22679: [FLINK-30660][hive] add e2e test for hive URL: https://github.com/apache/flink/pull/22679 -- 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] Aitozi commented on pull request #22398: [FLINK-31774][doc] Add document for delete and update statement

2023-06-07 Thread via GitHub
Aitozi commented on PR #22398: URL: https://github.com/apache/flink/pull/22398#issuecomment-1581748223 @luoyuxia ready for merge -- 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] hanyuzheng7 commented on a diff in pull request #22730: [FLINK-32257]-table-Add-ARRAY_MAX-function

2023-06-07 Thread via GitHub
hanyuzheng7 commented on code in PR #22730: URL: https://github.com/apache/flink/pull/22730#discussion_r1222314516 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayMaxFunction.java: ## @@ -0,0 +1,97 @@ +/* + * Licensed to the

[GitHub] [flink-kubernetes-operator] morhidi commented on pull request #613: [FLINK-32271] Report RECOMMENDED_PARALLELISM as an autoscaler metric

2023-06-07 Thread via GitHub
morhidi commented on PR #613: URL: https://github.com/apache/flink-kubernetes-operator/pull/613#issuecomment-1581701588 > > Thanks @morhidi . I think this metric is useful for monitoring the autoscaler especially if automatic scaling is turned off. > > However I think we need to add

[GitHub] [flink] bvarghese1 commented on a diff in pull request #22730: [FLINK-32257]-table-Add-ARRAY_MAX-function

2023-06-07 Thread via GitHub
bvarghese1 commented on code in PR #22730: URL: https://github.com/apache/flink/pull/22730#discussion_r197725 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ArrayMaxFunction.java: ## @@ -0,0 +1,97 @@ +/* + * Licensed to the

[GitHub] [flink] flinkbot commented on pull request #22730: [FLINK-32257]-table-Add-ARRAY_MAX-function

2023-06-07 Thread via GitHub
flinkbot commented on PR #22730: URL: https://github.com/apache/flink/pull/22730#issuecomment-1581665262 ## CI report: * 6b5f07e12f176d4d67b425c23f697b11e73761f1 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-32257) Add ARRAY_MIN support in SQL & Table API

2023-06-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32257: --- Labels: pull-request-available (was: ) > Add ARRAY_MIN support in SQL & Table API >

[GitHub] [flink] hanyuzheng7 opened a new pull request, #22730: [FLINK-32257]-table-Add-ARRAY_MAX-function

2023-06-07 Thread via GitHub
hanyuzheng7 opened a new pull request, #22730: URL: https://github.com/apache/flink/pull/22730 This is an implementation of ARRAY_MAX The array_max() function concatenates get the maximum element from input array. The result matches the type of the elements. NULL elements are

[jira] [Updated] (FLINK-31665) Add ARRAY_CONCAT supported in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-31665: Description: The array_concat() function concatenates two arrays, creating an array that

[jira] [Commented] (FLINK-31665) Add ARRAY_CONCAT supported in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730312#comment-17730312 ] Hanyu Zheng commented on FLINK-31665: - Thanks for [~twalthr] the addition, I've done the change to

[GitHub] [flink] jiexray commented on pull request #21410: [FLINK-29776][flink-statebackend-changelog][JUnit5 Migration]Module: flink-statebackend-changelog.

2023-06-07 Thread via GitHub
jiexray commented on PR #21410: URL: https://github.com/apache/flink/pull/21410#issuecomment-1581609186 > Hi @jiexray I wonder whether you would like to continue working on this PR or not Thank you for you reminding. I have resolved all converasation, and I will rebase my pr this

[GitHub] [flink-connector-kafka] mas-chen commented on pull request #31: [FLINK-31747] Remove Confluent Avro formats from externalized Kafka connector repo

2023-06-07 Thread via GitHub
mas-chen commented on PR #31: URL: https://github.com/apache/flink-connector-kafka/pull/31#issuecomment-1581530114 Looks good aside from the CI error -- 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] RamanVerma commented on a diff in pull request #22249: [FLINK-17398][connector/filesystem] Filesystem sources support flexible path reading

2023-06-07 Thread via GitHub
RamanVerma commented on code in PR #22249: URL: https://github.com/apache/flink/pull/22249#discussion_r1221963740 ## flink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/src/enumerate/NonSplittingRegexEnumeratorTest.java: ## @@ -0,0 +1,247 @@ +/*

[jira] [Updated] (FLINK-32260) Add SLICE support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32260: Description: Implement the {{array_slice}} function to extract a subset of elements from an

[jira] [Updated] (FLINK-32260) Add SLICE support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32260: Description: Implement the {{array_slice}} function to extract a subset of elements from an

[jira] [Updated] (FLINK-32260) Add SLICE support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32260: Description: Implement the {{array_slice}} function to extract a subset of elements from an

[jira] [Updated] (FLINK-32263) Add ELT support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32263: Description: Implement the elt function to extract the n-th input value from a list of inputs.

[jira] [Updated] (FLINK-32262) Add MAP_ENTRIES support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32262: Description: Implement the {{map_entries}} method to transform a map into an array of key-value

[jira] [Updated] (FLINK-32261) Add MAP_UNION support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32261: Description: Description: The current implementation of the {{map_union}} method in the Flink

[jira] [Updated] (FLINK-32261) Add MAP_UNION support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32261: Description: Description: The current implementation of the {{map_union}} method in the Flink

[jira] [Updated] (FLINK-32261) Add MAP_UNION support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32261: Description: Description: The current implementation of the {{map_union}} method in the Flink

[GitHub] [flink] JingGe merged pull request #22729: [hotfix][doc] fix wrong url

2023-06-07 Thread via GitHub
JingGe merged PR #22729: URL: https://github.com/apache/flink/pull/22729 -- 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] RamanVerma commented on a diff in pull request #22249: [FLINK-17398][connector/filesystem] Filesystem sources support flexible path reading

2023-06-07 Thread via GitHub
RamanVerma commented on code in PR #22249: URL: https://github.com/apache/flink/pull/22249#discussion_r1221827919 ## flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/src/enumerate/NonSplittingRegexEnumerator.java: ## @@ -0,0 +1,90 @@ +/* + *

[jira] [Updated] (FLINK-31665) Add ARRAY_CONCAT supported in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-31665: Description: The array_concat() function concatenates two arrays, creating an array that

[jira] [Updated] (FLINK-32264) Add FIELD support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32264: Description: FIELD Function Description The FIELD function returns the position of a value in a

[jira] [Updated] (FLINK-32264) Add FIELD support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32264: Description: FIELD Function Description The FIELD function returns the position of a value in

[jira] [Updated] (FLINK-32263) Add ELT support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32263: Description: elt elt(n, input1, input2, ...) - Returns the n-th input, e.g., returns input2 when

[jira] [Updated] (FLINK-32261) Add MAP_UNION support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32261: Description: map_union(x(K, V)) -> map(K, V)# Returns the union of all the input maps. If a key

[jira] [Updated] (FLINK-32262) Add MAP_ENTRIES support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32262: Description: map_entries map_entries(map) - Returns an unordered array of all entries in the

[jira] [Updated] (FLINK-32262) Add MAP_ENTRIES support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32262: Description: map_entries map_entries(map) - Returns an unordered array of all entries in the

[jira] [Updated] (FLINK-32261) Add MAP_UNION support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32261: Description: map_union(x(K, V)) -> map(K, V)# Returns the union of all the input maps. If a key

[jira] [Updated] (FLINK-32259) Add ARRAY_JOIN support in SQL & Table API

2023-06-07 Thread Bonnie Varghese (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bonnie Varghese updated FLINK-32259: Description: Concatenates the elements of the array with a delimiter and optional string

[jira] [Updated] (FLINK-32260) Add SLICE support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32260: Description: slice(x, start, length) - Subsets array x starting from index start (array indices

[jira] [Updated] (FLINK-32260) Add SLICE support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32260: Description: slice(x, start, length) - Subsets array x starting from index start (array indices

[jira] [Updated] (FLINK-32260) Add SLICE support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32260: Description: slice(x, start, length) - Subsets array x starting from index start (array indices

[jira] [Updated] (FLINK-32256) Add ARRAY_MAX support in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-32256: Description: This is an implementation of ARRAY_MAX The array_max() function concatenates get

[jira] [Updated] (FLINK-32257) Add ARRAY_MIN support in SQL & Table API

2023-06-07 Thread Bonnie Varghese (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bonnie Varghese updated FLINK-32257: Description: Find the minimum among all elements in the array for which ordering is

[jira] [Updated] (FLINK-32257) Add ARRAY_MIN support in SQL & Table API

2023-06-07 Thread Bonnie Varghese (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bonnie Varghese updated FLINK-32257: Description: Find the minimum among all elements in the array for which ordering is

[jira] [Updated] (FLINK-31665) Add ARRAY_CONCAT supported in SQL & Table API

2023-06-07 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanyu Zheng updated FLINK-31665: Description: The array_concat() function concatenates two arrays, creating an array that

[jira] [Commented] (FLINK-31704) Pulsar docs should be pulled from dedicated branch

2023-06-07 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730162#comment-17730162 ] Aitozi commented on FLINK-31704: thanks, will try it. > Pulsar docs should be pulled from dedicated

[jira] [Commented] (FLINK-31704) Pulsar docs should be pulled from dedicated branch

2023-06-07 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730147#comment-17730147 ] Weijie Guo commented on FLINK-31704: [~aitozi] The current master branch should no longer track

[jira] [Comment Edited] (FLINK-31704) Pulsar docs should be pulled from dedicated branch

2023-06-07 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730147#comment-17730147 ] Weijie Guo edited comment on FLINK-31704 at 6/7/23 2:48 PM: [~aitozi] The

[GitHub] [flink-kubernetes-operator] morhidi commented on pull request #613: [FLINK-32271] Report RECOMMENDED_PARALLELISM as an autoscaler metric

2023-06-07 Thread via GitHub
morhidi commented on PR #613: URL: https://github.com/apache/flink-kubernetes-operator/pull/613#issuecomment-1580981644 > Thanks @morhidi . I think this metric is useful for monitoring the autoscaler especially if automatic scaling is turned off. > > However I think we need to add

[jira] [Updated] (FLINK-31781) Introduce contender ID into LeaderElectionService interface

2023-06-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-31781: --- Labels: pull-request-available (was: ) > Introduce contender ID into LeaderElectionService

[GitHub] [flink] zentol commented on a diff in pull request #22601: [FLINK-31781][runtime] Introduces the contender ID to the LeaderElectionService interface

2023-06-07 Thread via GitHub
zentol commented on code in PR #22601: URL: https://github.com/apache/flink/pull/22601#discussion_r1221691661 ## flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/AbstractHaServices.java: ## @@ -247,7 +247,7 @@ private LeaderElection

[GitHub] [flink] zentol commented on a diff in pull request #22601: [FLINK-31781][runtime] Introduces the contender ID to the LeaderElectionService interface

2023-06-07 Thread via GitHub
zentol commented on code in PR #22601: URL: https://github.com/apache/flink/pull/22601#discussion_r1221678062 ## flink-runtime/src/main/java/org/apache/flink/runtime/leaderelection/AbstractLeaderElectionService.java: ## @@ -27,29 +27,37 @@ public abstract class

[jira] [Commented] (FLINK-31704) Pulsar docs should be pulled from dedicated branch

2023-06-07 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730133#comment-17730133 ] Aitozi commented on FLINK-31704: Hi [~Weijie Guo] [~dannycranmer] I have a CI failed with missing branch

[jira] [Commented] (FLINK-31665) Add ARRAY_CONCAT supported in SQL & Table API

2023-06-07 Thread Timo Walther (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730132#comment-17730132 ] Timo Walther commented on FLINK-31665: -- Thanks for the detailed investigation [~Sergey Nuyanzin]. I

[GitHub] [flink] zentol commented on a diff in pull request #22404: [FLINK-31797][runtime] Moves LeaderElection creation into HighAvailabilityServices

2023-06-07 Thread via GitHub
zentol commented on code in PR #22404: URL: https://github.com/apache/flink/pull/22404#discussion_r1221649459 ## flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/TestingContender.java: ## @@ -31,22 +31,17 @@ public class TestingContender extends

[GitHub] [flink] flinkbot commented on pull request #22729: [hotfix][doc] fix wrong url

2023-06-07 Thread via GitHub
flinkbot commented on PR #22729: URL: https://github.com/apache/flink/pull/22729#issuecomment-1580794375 ## CI report: * bd20d983248ec0810d66de56984c1cd8d07a8582 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Created] (FLINK-32282) Use kubernetes-webhooks-framework instead of deprecated admission control

2023-06-07 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-32282: -- Summary: Use kubernetes-webhooks-framework instead of deprecated admission control Key: FLINK-32282 URL: https://issues.apache.org/jira/browse/FLINK-32282 Project: Flink

[GitHub] [flink] JingGe opened a new pull request, #22729: [hotfix][doc] fix wrong url

2023-06-07 Thread via GitHub
JingGe opened a new pull request, #22729: URL: https://github.com/apache/flink/pull/22729 ## What is the purpose of the change fix the wrong Ververica Platform URL ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or

[GitHub] [flink-connector-jdbc] WenDing-Y commented on a diff in pull request #49: [FLINK-32068] connector jdbc support clickhouse

2023-06-07 Thread via GitHub
WenDing-Y commented on code in PR #49: URL: https://github.com/apache/flink-connector-jdbc/pull/49#discussion_r1221555134 ## flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/databases/clickhouse/dialect/ClickHouseDialectTypeTest.java: ## @@ -0,0 +1,41 @@

[jira] [Comment Edited] (FLINK-31665) Add ARRAY_CONCAT supported in SQL & Table API

2023-06-07 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730003#comment-17730003 ] Sergey Nuyanzin edited comment on FLINK-31665 at 6/7/23 12:49 PM: -- To

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

2023-06-07 Thread via GitHub
reswqa commented on PR #21527: URL: https://github.com/apache/flink/pull/21527#issuecomment-1580742874 @Mrart It seems that the e2e test case is failed, can you rebase on latest `master` branch to see if it is fixed. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [flink] 1996fanrui commented on pull request #22552: [FLINK-30585][flamegraph] Collect the flame graph of a single subtask instead of all subtasks when viewing the flame graph of a single sub

2023-06-07 Thread via GitHub
1996fanrui commented on PR #22552: URL: https://github.com/apache/flink/pull/22552#issuecomment-1580722779 Hi @reswqa , thanks a lot for your review. > Have we manually submitted a job and verified this through `WebUI`? Yes, I have tested on my Mac through WebUI. --

[GitHub] [flink] 1996fanrui commented on a diff in pull request #22552: [FLINK-30585][flamegraph] Collect the flame graph of a single subtask instead of all subtasks when viewing the flame graph of a

2023-06-07 Thread via GitHub
1996fanrui commented on code in PR #22552: URL: https://github.com/apache/flink/pull/22552#discussion_r1221512277 ## flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/threadinfo/VertexThreadInfoTracker.java: ## @@ -0,0 +1,569 @@ +/* + * Licensed to the Apache

[GitHub] [flink] 1996fanrui commented on a diff in pull request #22552: [FLINK-30585][flamegraph] Collect the flame graph of a single subtask instead of all subtasks when viewing the flame graph of a

2023-06-07 Thread via GitHub
1996fanrui commented on code in PR #22552: URL: https://github.com/apache/flink/pull/22552#discussion_r1221512024 ## flink-runtime/src/test/java/org/apache/flink/runtime/webmonitor/threadinfo/VertexThreadInfoTrackerTest.java: ## @@ -159,106 +188,242 @@ public void

[GitHub] [flink-connector-jdbc] WenDing-Y commented on a diff in pull request #49: [FLINK-32068] connector jdbc support clickhouse

2023-06-07 Thread via GitHub
WenDing-Y commented on code in PR #49: URL: https://github.com/apache/flink-connector-jdbc/pull/49#discussion_r1221509236 ## flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/databases/clickhouse/dialect/ClickHouseDialectTypeTest.java: ## @@ -0,0 +1,41 @@

[GitHub] [flink-connector-jdbc] WenDing-Y commented on a diff in pull request #49: [FLINK-32068] connector jdbc support clickhouse

2023-06-07 Thread via GitHub
WenDing-Y commented on code in PR #49: URL: https://github.com/apache/flink-connector-jdbc/pull/49#discussion_r1221506906 ## flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/databases/clickhouse/dialect/ClickHouseDialectTypeTest.java: ## @@ -0,0 +1,41 @@

[jira] [Commented] (FLINK-32275) The return value of PartitionableListState#get is inconsistent with the requirements of AppendingState

2023-06-07 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17730095#comment-17730095 ] Weijie Guo commented on FLINK-32275: [~masteryhx] Thanks for the quick reply! Let them talk to each

[GitHub] [flink] zentol commented on a diff in pull request #22667: [FLINK-31806] Fix public API rule for connectors

2023-06-07 Thread via GitHub
zentol commented on code in PR #22667: URL: https://github.com/apache/flink/pull/22667#discussion_r1221473184 ## flink-architecture-tests/flink-architecture-tests-production/src/main/java/org/apache/flink/architecture/rules/ConnectorRules.java: ## @@ -41,16 +39,14 @@ public

[jira] [Updated] (FLINK-31833) Support fusion codegen for multiple operators

2023-06-07 Thread dalongliu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dalongliu updated FLINK-31833: -- Description: Please see FLIP-315 for more detail:

[jira] [Updated] (FLINK-32277) Introduce operator fusion codegen basic framework

2023-06-07 Thread dalongliu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dalongliu updated FLINK-32277: -- Summary: Introduce operator fusion codegen basic framework (was: Introduce operator fusion codegen

[jira] [Updated] (FLINK-32281) Enable two-phase HashAgg default when agg function support adaptive local HashAgg

2023-06-07 Thread dalongliu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dalongliu updated FLINK-32281: -- Summary: Enable two-phase HashAgg default when agg function support adaptive local HashAgg (was:

[jira] [Created] (FLINK-32281) Enable two-phase agg default when agg function support adaptive local hashagg

2023-06-07 Thread dalongliu (Jira)
dalongliu created FLINK-32281: - Summary: Enable two-phase agg default when agg function support adaptive local hashagg Key: FLINK-32281 URL: https://issues.apache.org/jira/browse/FLINK-32281 Project:

[jira] [Created] (FLINK-32279) Shuffle HashJoin support spill to disk when enable operator fusion codegen

2023-06-07 Thread dalongliu (Jira)
dalongliu created FLINK-32279: - Summary: Shuffle HashJoin support spill to disk when enable operator fusion codegen Key: FLINK-32279 URL: https://issues.apache.org/jira/browse/FLINK-32279 Project: Flink

  1   2   >