[GitHub] [flink] dianfu closed pull request #19732: [FLINK-18887][python][connector/elasticsearch] Add Elasticsearch DataStream API

2022-06-16 Thread GitBox
dianfu closed pull request #19732: [FLINK-18887][python][connector/elasticsearch] Add Elasticsearch DataStream API URL: https://github.com/apache/flink/pull/19732 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Updated] (FLINK-28067) Introduce a tablestore HiveCatalog

2022-06-16 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee updated FLINK-28067: - Description: Now we have FileSystemCatalog, we can introduce a tablestore HiveCatalog, in this

[GitHub] [flink] zhuzhurk commented on pull request #19984: [hotfix][tests] test the serialized object in GlobFilePathFilterTest#testGlobFilterSerializable

2022-06-16 Thread GitBox
zhuzhurk commented on PR #19984: URL: https://github.com/apache/flink/pull/19984#issuecomment-1158553053 Would you open a JIRA ticket to fix this test issue? @zhoulii -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [flink] reswqa commented on a diff in pull request #19840: [FLINK-24713][Runtime/Coordination] Support the initial delay for SlotManager to wait fo…

2022-06-16 Thread GitBox
reswqa commented on code in PR #19840: URL: https://github.com/apache/flink/pull/19840#discussion_r899809302 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/AbstractFineGrainedSlotManagerITCase.java: ## @@ -752,4 +753,76 @@ public void testAl

[GitHub] [flink] reswqa commented on a diff in pull request #19840: [FLINK-24713][Runtime/Coordination] Support the initial delay for SlotManager to wait fo…

2022-06-16 Thread GitBox
reswqa commented on code in PR #19840: URL: https://github.com/apache/flink/pull/19840#discussion_r899809302 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/AbstractFineGrainedSlotManagerITCase.java: ## @@ -752,4 +753,76 @@ public void testAl

[jira] [Closed] (FLINK-28098) Refactor table store compactor

2022-06-16 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee closed FLINK-28098. Resolution: Fixed master: c44ed5bb50f06eb94f18e8ae5d8c09ee2b909d10 > Refactor table store compact

[GitHub] [flink-table-store] JingsongLi merged pull request #160: [FLINK-28098] Refactor table store compactor

2022-06-16 Thread GitBox
JingsongLi merged PR #160: URL: https://github.com/apache/flink-table-store/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [flink] luoyuxia commented on a diff in pull request #19561: [FLINK-26414][hive] Hive dialect supports macro

2022-06-16 Thread GitBox
luoyuxia commented on code in PR #19561: URL: https://github.com/apache/flink/pull/19561#discussion_r899806204 ## flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/planner/delegation/hive/HiveASTParserTest.java: ## @@ -139,6 +139,13 @@ public void testFu

[GitHub] [flink] deadwind4 commented on pull request #19988: [FLINK-28092][table] Support ASCII and CHR built-in function in the Table API

2022-06-16 Thread GitBox
deadwind4 commented on PR #19988: URL: https://github.com/apache/flink/pull/19988#issuecomment-1158541318 @snuyanzin Thanks a lot, I will research the implementation of `IFNULL` and `TYPEOF`. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [flink] snuyanzin commented on pull request #19988: [FLINK-28092][table] Support ASCII and CHR built-in function in the Table API

2022-06-16 Thread GitBox
snuyanzin commented on PR #19988: URL: https://github.com/apache/flink/pull/19988#issuecomment-1158538968 It looks like the implementation is going through the old stack api which is deprecated... It is better to use new stack api available after FLIP-32 and FLIP-65. As an example you ca

[GitHub] [flink-table-store] JingsongLi commented on a diff in pull request #160: [FLINK-28098] Refactor table store compactor

2022-06-16 Thread GitBox
JingsongLi commented on code in PR #160: URL: https://github.com/apache/flink-table-store/pull/160#discussion_r899682545 ## flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreWrite.java: ## @@ -40,10 +44,12 @@ RecordWriter createWriter(

[jira] [Commented] (FLINK-24660) Allow setting KafkaSubscriber in KafkaSourceBuilder

2022-06-16 Thread Salva (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555394#comment-17555394 ] Salva commented on FLINK-24660: --- Is there a deadline for the changes to be merged/released

[jira] [Closed] (FLINK-27006) Support SingleValueAggFunction for Char data type

2022-06-16 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu closed FLINK-27006. --- Resolution: Fixed Fixed in master: 556b2e95db5824906bc969f7b02c0fb79d41d5ee > Support SingleValueAggFunctio

[GitHub] [flink] 1996fanrui commented on pull request #19499: [FLINK-26762][network] Add the overdraft buffer in ResultPartition

2022-06-16 Thread GitBox
1996fanrui commented on PR #19499: URL: https://github.com/apache/flink/pull/19499#issuecomment-1158533552 @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 merged pull request #19338: [FLINK-27006][Table SQL / API] Support CharSingleValueAggFunction

2022-06-16 Thread GitBox
wuchong merged PR #19338: URL: https://github.com/apache/flink/pull/19338 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apach

[GitHub] [flink] snuyanzin commented on a diff in pull request #19994: [FLINK-28060][Connector/Kafka] Updated Kafka Clients to 3.1.1

2022-06-16 Thread GitBox
snuyanzin commented on code in PR #19994: URL: https://github.com/apache/flink/pull/19994#discussion_r899798301 ## flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java: ## @@ -192,7 +192,7 @@ public void runF

[jira] [Created] (FLINK-28103) Job cancelling api returns 404 when job is actually running

2022-06-16 Thread David (Jira)
David created FLINK-28103: - Summary: Job cancelling api returns 404 when job is actually running Key: FLINK-28103 URL: https://issues.apache.org/jira/browse/FLINK-28103 Project: Flink Issue Type: Bu

[GitHub] [flink-table-store] JingsongLi commented on a diff in pull request #162: [FLINK-27542] Add end to end tests for Hive to read external table store files

2022-06-16 Thread GitBox
JingsongLi commented on code in PR #162: URL: https://github.com/apache/flink-table-store/pull/162#discussion_r899781789 ## flink-table-store-e2e-tests/src/test/java/org/apache/flink/table/store/tests/HiveE2eTest.java: ## @@ -0,0 +1,112 @@ +/* + * Licensed to the Apache Software

[GitHub] [flink-table-store] JingsongLi commented on a diff in pull request #162: [FLINK-27542] Add end to end tests for Hive to read external table store files

2022-06-16 Thread GitBox
JingsongLi commented on code in PR #162: URL: https://github.com/apache/flink-table-store/pull/162#discussion_r899776927 ## flink-table-store-e2e-tests/src/test/resources/log4j2-test.properties: ## @@ -18,7 +18,7 @@ # Set root logger level to OFF to not flood build logs # se

[jira] [Commented] (FLINK-26051) one sql has row_number =1 and the subsequent SQL has "case when" and "where" statement result Exception : The window can only be ordered in ASCENDING mode

2022-06-16 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555383#comment-17555383 ] godfrey he commented on FLINK-26051: [~zhangbinzaifendou] Thanks for push the pr >

[jira] [Closed] (FLINK-27985) Introduce FlinkRecomputeStatisticsProgram to compute statistics after filter push and partition pruning

2022-06-16 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he closed FLINK-27985. -- Resolution: Fixed Fixed in master: a251888dce5aab3f76d066241d84061b87658bb3 > Introduce FlinkRecomput

[jira] [Updated] (FLINK-27984) Introduce FileBasedStatisticsReportableInputFormat interface

2022-06-16 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he updated FLINK-27984: --- Summary: Introduce FileBasedStatisticsReportableInputFormat interface (was: Introduce FileBasedStat

[jira] [Closed] (FLINK-27987) Let FileSystemTableSource extend from SupportsStatisticReport

2022-06-16 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he closed FLINK-27987. -- Resolution: Fixed Fixed in master: a34d0a8b3fb26473c61c63a786fffe63c651c08c > Let FileSystemTableSour

[jira] [Closed] (FLINK-27984) Introduce FileBasedStatisticsReportableDecodingFormat interface

2022-06-16 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he closed FLINK-27984. -- Resolution: Fixed Fixed in master: 2011a4a9bab947f3819e139faa3341e765a9505d > Introduce FileBasedStat

[jira] [Closed] (FLINK-27983) Introduce SupportsStatisticsReport interface

2022-06-16 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] godfrey he closed FLINK-27983. -- Resolution: Fixed Fixed in master: a2e7416e132e3f980c844f3fe4007a4ad306e324 > Introduce SupportsStati

[GitHub] [flink] godfreyhe closed pull request #19939: [FLINK-27983][FLINK-27984][FLINK-27985] Introduce SupportsStatisticsReport, FileBasedStatisticsReportableDecodingFormat, FlinkRecomputeStatistics

2022-06-16 Thread GitBox
godfreyhe closed pull request #19939: [FLINK-27983][FLINK-27984][FLINK-27985] Introduce SupportsStatisticsReport, FileBasedStatisticsReportableDecodingFormat, FlinkRecomputeStatisticsProgram to compute statistics after filter push and partition pruning URL: https://github.com/apache/flink/pull

[GitHub] [flink] flinkbot commented on pull request #20000: [FLINK-28096][hive] Hive dialect support set variables

2022-06-16 Thread GitBox
flinkbot commented on PR #2: URL: https://github.com/apache/flink/pull/2#issuecomment-1158504230 ## CI report: * 18202b0c22d4f4781b2ba71ae1868face56bedf3 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] 1996fanrui commented on pull request #19499: [FLINK-26762][network] Add the overdraft buffer in ResultPartition

2022-06-16 Thread GitBox
1996fanrui commented on PR #19499: URL: https://github.com/apache/flink/pull/19499#issuecomment-1158503414 Hi @akalash , thanks for your suggestion. Currently, the unit test is simpler than before. -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [flink] luoyuxia commented on pull request #19858: [FLINK-27859][hive] Hive dialect should support create table whose name begins with digits

2022-06-16 Thread GitBox
luoyuxia commented on PR #19858: URL: https://github.com/apache/flink/pull/19858#issuecomment-1158502926 @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-28096) Hive dialect support set variable

2022-06-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-28096: --- Labels: pull-request-available (was: ) > Hive dialect support set variable > --

[GitHub] [flink] luoyuxia opened a new pull request, #20000: [FLINK-28096][hive] Hive dialect support set variables

2022-06-16 Thread GitBox
luoyuxia opened a new pull request, #2: URL: https://github.com/apache/flink/pull/2 ## What is the purpose of the change To make Hive dialect support set variables. ## Brief change log - When it's for set command, extract the key and value, and then set the

[GitHub] [flink] 1996fanrui commented on a diff in pull request #19499: [FLINK-26762][network] Add the overdraft buffer in ResultPartition

2022-06-16 Thread GitBox
1996fanrui commented on code in PR #19499: URL: https://github.com/apache/flink/pull/19499#discussion_r899769698 ## docs/layouts/shortcodes/generated/all_taskmanager_network_section.html: ## @@ -80,6 +80,12 @@ Integer Number of max buffers that can be u

[jira] [Created] (FLINK-28102) Flink AkkaRpcSystemLoader fails when temporary directory is a symlink

2022-06-16 Thread Prabhu Joseph (Jira)
Prabhu Joseph created FLINK-28102: - Summary: Flink AkkaRpcSystemLoader fails when temporary directory is a symlink Key: FLINK-28102 URL: https://issues.apache.org/jira/browse/FLINK-28102 Project: Flin

[jira] [Updated] (FLINK-28102) Flink AkkaRpcSystemLoader fails when temporary directory is a symlink

2022-06-16 Thread Prabhu Joseph (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prabhu Joseph updated FLINK-28102: -- Description: Flink AkkaRpcSystemLoader fails when temporary directory is a symlink *Error Mes

[jira] [Comment Edited] (FLINK-27774) Window Agg doesn't work when used in Batch Table API

2022-06-16 Thread Shubham Bansal (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555372#comment-17555372 ] Shubham Bansal edited comment on FLINK-27774 at 6/17/22 4:00 AM: -

[jira] [Commented] (FLINK-27774) Window Agg doesn't work when used in Batch Table API

2022-06-16 Thread Shubham Bansal (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555372#comment-17555372 ] Shubham Bansal commented on FLINK-27774: [~hxbks2ks]  I looked at it and from th

[jira] [Comment Edited] (FLINK-27774) Window Agg doesn't work when used in Batch Table API

2022-06-16 Thread Shubham Bansal (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555372#comment-17555372 ] Shubham Bansal edited comment on FLINK-27774 at 6/17/22 3:50 AM: -

[jira] [Assigned] (FLINK-27415) Read empty csv file throws exception in FileSystem table connector

2022-06-16 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jingsong Lee reassigned FLINK-27415: Assignee: jia liu > Read empty csv file throws exception in FileSystem table connector >

[jira] [Commented] (FLINK-27415) Read empty csv file throws exception in FileSystem table connector

2022-06-16 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555371#comment-17555371 ] Jingsong Lee commented on FLINK-27415: -- [~sonice_lj] Assigned > Read empty csv fil

[GitHub] [flink] deadwind4 commented on pull request #19988: [FLINK-28092][table] Support ASCII and CHR built-in function in the Table API

2022-06-16 Thread GitBox
deadwind4 commented on PR #19988: URL: https://github.com/apache/flink/pull/19988#issuecomment-1158459654 @dianfu Please review it, thanks a lot. -- 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 t

[GitHub] [flink] KarmaGYZ commented on a diff in pull request #19840: [FLINK-24713][Runtime/Coordination] Support the initial delay for SlotManager to wait fo…

2022-06-16 Thread GitBox
KarmaGYZ commented on code in PR #19840: URL: https://github.com/apache/flink/pull/19840#discussion_r899686715 ## flink-core/src/main/java/org/apache/flink/configuration/ResourceManagerOptions.java: ## @@ -150,6 +150,18 @@ public class ResourceManagerOptions {

[jira] [Commented] (FLINK-28016) Support Maven 3.3+

2022-06-16 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555369#comment-17555369 ] Yang Wang commented on FLINK-28016: --- [~chesnay] I appreciate for your detailed explana

[jira] [Commented] (FLINK-26979) JsonFunctionsITCase.test failed on azure

2022-06-16 Thread Shubham Bansal (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555368#comment-17555368 ] Shubham Bansal commented on FLINK-26979: I tried to run the JsonFunctionsITCase.

[GitHub] [flink] flinkbot commented on pull request #19999: [FLINK-27734][web] Fix checkpoint interval in WebUI

2022-06-16 Thread GitBox
flinkbot commented on PR #1: URL: https://github.com/apache/flink/pull/1#issuecomment-1158446169 ## CI report: * a4a629c3dc7142517160e3f4319bf01063c690b2 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-27734) Not showing checkpoint interval properly in WebUI when checkpoint is disabled

2022-06-16 Thread Feifan Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555367#comment-17555367 ] Feifan Wang commented on FLINK-27734: - Hi [~yunta] , I hive submitted a [PR|https:/

[GitHub] [flink] zoltar9264 opened a new pull request, #19999: [FLINK-27734][web] Fix checkpoint interval in WebUI

2022-06-16 Thread GitBox
zoltar9264 opened a new pull request, #1: URL: https://github.com/apache/flink/pull/1 ## What is the purpose of the change fix checkpoint interval in WebUI to Flink-1.15, which is described in [FLINK-27734](https://issues.apache.org/jira/browse/FLINK-27734). cherry picked f

[GitHub] [flink] godfreyhe commented on pull request #19939: [FLINK-27983][FLINK-27984][FLINK-27985] Introduce SupportsStatisticsReport, FileBasedStatisticsReportableDecodingFormat, FlinkRecomputeStat

2022-06-16 Thread GitBox
godfreyhe commented on PR #19939: URL: https://github.com/apache/flink/pull/19939#issuecomment-1158440104 @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-table-store] LadyForest commented on a diff in pull request #159: [FLINK-28088] Adjust table store document to catalog

2022-06-16 Thread GitBox
LadyForest commented on code in PR #159: URL: https://github.com/apache/flink-table-store/pull/159#discussion_r898836246 ## docs/content/docs/development/query-table.md: ## @@ -58,51 +58,14 @@ Supported filter functions are: - `in` - starts with `like` -## Streaming Real-tim

[jira] [Assigned] (FLINK-26029) Generalize the checkpoint protocol of OperatorCoordinator.

2022-06-16 Thread Dong Lin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin reassigned FLINK-26029: Assignee: Yunfeng Zhou (was: Dong Lin) > Generalize the checkpoint protocol of OperatorCoordinat

[jira] [Commented] (FLINK-27415) Read empty csv file throws exception in FileSystem table connector

2022-06-16 Thread jia liu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555362#comment-17555362 ] jia liu commented on FLINK-27415: - [~lzljs3620320] If you're not working on it, could yo

[jira] [Resolved] (FLINK-27041) KafkaSource in batch mode failing on 0 messages in any topic partition

2022-06-16 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-27041. Resolution: Fixed > KafkaSource in batch mode failing on 0 messages in any topic partition > -

[jira] [Comment Edited] (FLINK-27041) KafkaSource in batch mode failing on 0 messages in any topic partition

2022-06-16 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553946#comment-17553946 ] Leonard Xu edited comment on FLINK-27041 at 6/17/22 2:48 AM: -

[jira] [Updated] (FLINK-27041) KafkaSource in batch mode failing on 0 messages in any topic partition

2022-06-16 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-27041: --- Fix Version/s: 1.15.1 1.14.6 > KafkaSource in batch mode failing on 0 messages in

[GitHub] [flink] flinkbot commented on pull request #19998: [FLINK-27822][docs-zh] Translate the doc of checkpoint/savepoint guar…

2022-06-16 Thread GitBox
flinkbot commented on PR #19998: URL: https://github.com/apache/flink/pull/19998#issuecomment-1158430689 ## CI report: * d3d3f561ed753d15d5594892c4afe82437682119 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-27822) Translate the doc of checkpoint/savepoint guarantees

2022-06-16 Thread Feifan Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555361#comment-17555361 ] Feifan Wang commented on FLINK-27822: - Thanks [~jingge] and sorry for take so long t

[GitHub] [flink] leonardBang merged pull request #19980: [BP-1.15][FLINK-27041][connector/kafka] Catch IllegalStateException in KafkaPartitionSplitReader.fetch() to handle no valid partition case

2022-06-16 Thread GitBox
leonardBang merged PR #19980: URL: https://github.com/apache/flink/pull/19980 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.a

[jira] [Updated] (FLINK-27822) Translate the doc of checkpoint/savepoint guarantees

2022-06-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-27822: --- Labels: pull-request-available (was: ) > Translate the doc of checkpoint/savepoint guarante

[jira] [Resolved] (FLINK-27762) Kafka WakeupException during handling splits changes

2022-06-16 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-27762. Resolution: Fixed > Kafka WakeupException during handling splits changes > ---

[jira] [Updated] (FLINK-27762) Kafka WakeupException during handling splits changes

2022-06-16 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-27762: --- Fix Version/s: 1.15.1 1.14.6 > Kafka WakeupException during handling splits chang

[GitHub] [flink] dusukang commented on pull request #19741: [FLINK-27794][connectors/jdbc]Fix the bug of wrong primary key in MysqlCatalog

2022-06-16 Thread GitBox
dusukang commented on PR #19741: URL: https://github.com/apache/flink/pull/19741#issuecomment-1158428833 @leonardBang Hi. Thanks for your comments, I have modified the PR. I found that databaseName can be obtained by `tablePath.getDatabaseName()`, please take a look when you have time. --

[GitHub] [flink] zoltar9264 opened a new pull request, #19998: [FLINK-27822][docs-zh] Translate the doc of checkpoint/savepoint guar…

2022-06-16 Thread GitBox
zoltar9264 opened a new pull request, #19998: URL: https://github.com/apache/flink/pull/19998 …antees ## What is the purpose of the change Translate the doc of checkpoint/savepoint guarantees to Chinese, described in [FLINK-27822](https://issues.apache.org/jira/browse/FLINK-278

[jira] [Comment Edited] (FLINK-27762) Kafka WakeupException during handling splits changes

2022-06-16 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554556#comment-17554556 ] Leonard Xu edited comment on FLINK-27762 at 6/17/22 2:44 AM: -

[GitHub] [flink] leonardBang merged pull request #19982: [BP-1.14][FLINK-27762][connector/kafka] Catch WakeupException and retry KafkaConsumer invocations in split assignment

2022-06-16 Thread GitBox
leonardBang merged PR #19982: URL: https://github.com/apache/flink/pull/19982 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.a

[GitHub] [flink] HuangXingBo commented on a diff in pull request #19878: [FLINK-27584][python] Support non-keyed co-broadcast processing

2022-06-16 Thread GitBox
HuangXingBo commented on code in PR #19878: URL: https://github.com/apache/flink/pull/19878#discussion_r899713731 ## flink-python/pyflink/datastream/data_stream.py: ## @@ -561,13 +580,42 @@ def forward(self) -> 'DataStream': """ return DataStream(self._j_data_s

[GitHub] [flink-web] shuiqiangchen commented on pull request #550: Release Flink 1.14.5

2022-06-16 Thread GitBox
shuiqiangchen commented on PR #550: URL: https://github.com/apache/flink-web/pull/550#issuecomment-1158422135 LGTM overall -- 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. T

[jira] [Commented] (FLINK-28071) Support missing built-in functions in Table API

2022-06-16 Thread LuNing Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555359#comment-17555359 ] LuNing Wang commented on FLINK-28071: - [~twalthr]  Thanks a lot, I will take a look

[jira] [Closed] (FLINK-28101) YARNHighAvailabilityITCase failed on azure

2022-06-16 Thread Huang Xingbo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huang Xingbo closed FLINK-28101. Resolution: Duplicate > YARNHighAvailabilityITCase failed on azure > -

[GitHub] [flink-table-store] tsreaper opened a new pull request, #162: [FLINK-27542] Add end to end tests for Hive to read external table store files

2022-06-16 Thread GitBox
tsreaper opened a new pull request, #162: URL: https://github.com/apache/flink-table-store/pull/162 To ensure that jar produced by flink-table-store-hive module can actually work in real Hive system we need to add end to end tests. -- This is an automated message from the Apache Git Servi

[jira] [Commented] (FLINK-28100) rocketmq-flink checkpoint

2022-06-16 Thread yantao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555358#comment-17555358 ] yantao commented on FLINK-28100: [~nicholasjiang] hi ~ Recently I am using RocketMQ-Fli

[GitHub] [flink-web] zhuzhurk commented on a diff in pull request #546: Add blogs for FLIP-187 adaptive batch scheduler

2022-06-16 Thread GitBox
zhuzhurk commented on code in PR #546: URL: https://github.com/apache/flink-web/pull/546#discussion_r899708483 ## _posts/2022-06-06-adaptive-batch-scheduler.md: ## @@ -0,0 +1,204 @@ +--- +layout: post +title: "Adaptive Batch Scheduler: Automatically Decide Parallelism for Flink

[GitHub] [flink-web] zhuzhurk commented on a diff in pull request #546: Add blogs for FLIP-187 adaptive batch scheduler

2022-06-16 Thread GitBox
zhuzhurk commented on code in PR #546: URL: https://github.com/apache/flink-web/pull/546#discussion_r899697425 ## _posts/2022-06-06-adaptive-batch-scheduler.md: ## @@ -1,6 +1,6 @@ --- layout: post -title: "Automatically decide parallelism for Flink batch jobs" +title: "Adaptiv

[jira] [Commented] (FLINK-16686) [State TTL] Make user class loader available in native RocksDB compaction thread

2022-06-16 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555357#comment-17555357 ] Yun Tang commented on FLINK-16686: -- [~asardaes] To be honest, I am not sure whether a c

[GitHub] [flink] flinkbot commented on pull request #19997: [BP-1.14][FLINK-28019][table] fix error when retract a staled record if state ttl enabled in RetractableTopNFunction

2022-06-16 Thread GitBox
flinkbot commented on PR #19997: URL: https://github.com/apache/flink/pull/19997#issuecomment-1158401823 ## CI report: * be9c1a6b459f892824ec5eed4f09a2c6f14586cf UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Created] (FLINK-28101) YARNHighAvailabilityITCase failed on azure

2022-06-16 Thread dalongliu (Jira)
dalongliu created FLINK-28101: - Summary: YARNHighAvailabilityITCase failed on azure Key: FLINK-28101 URL: https://issues.apache.org/jira/browse/FLINK-28101 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-28100) rocketmq-flink checkpoint

2022-06-16 Thread Nicholas Jiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555355#comment-17555355 ] Nicholas Jiang commented on FLINK-28100: [~SOD_DOB], I'm the RocketMQ connector

[GitHub] [flink] lincoln-lil opened a new pull request, #19997: [BP-1.14][FLINK-28019][table] fix error when retract a staled record if state ttl enabled in RetractableTopNFunction

2022-06-16 Thread GitBox
lincoln-lil opened a new pull request, #19997: URL: https://github.com/apache/flink/pull/19997 This is a backport of #19942 -- 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] flinkbot commented on pull request #19996: [BP-1.15][FLINK-28019][table] fix error when retract a staled record if state ttl enabled in RetractableTopNFunction

2022-06-16 Thread GitBox
flinkbot commented on PR #19996: URL: https://github.com/apache/flink/pull/19996#issuecomment-1158398886 ## CI report: * ba26747e747a8d499036c6ec3b10e014f303e101 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-27832) SplitAggregateITCase tests failed with Could not acquire the minimum required resources

2022-06-16 Thread dalongliu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555354#comment-17555354 ] dalongliu commented on FLINK-27832: --- https://dev.azure.com/apache-flink/apache-flink/_

[GitHub] [flink] lincoln-lil opened a new pull request, #19996: [BP-1.15][FLINK-28019][table] fix error when retract a staled record if state ttl enabled in RetractableTopNFunction

2022-06-16 Thread GitBox
lincoln-lil opened a new pull request, #19996: URL: https://github.com/apache/flink/pull/19996 This is a backport of [#19942](https://github.com/apache/flink/pull/19942) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [flink] Myasuka commented on pull request #19992: [hotfix][Runtime/Configuration] Fix typo in ProcessMemoryUtils Class

2022-06-16 Thread GitBox
Myasuka commented on PR #19992: URL: https://github.com/apache/flink/pull/19992#issuecomment-1158395472 @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-28021) Add FLIP-33 metrics to FileSystem connector

2022-06-16 Thread jackwangcs (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555353#comment-17555353 ] jackwangcs commented on FLINK-28021: Hi [~martijnvisser] , I'd like to implement thi

[jira] [Created] (FLINK-28100) rocketmq-flink checkpoint

2022-06-16 Thread yantao (Jira)
yantao created FLINK-28100: -- Summary: rocketmq-flink checkpoint Key: FLINK-28100 URL: https://issues.apache.org/jira/browse/FLINK-28100 Project: Flink Issue Type: Technical Debt Components

[GitHub] [flink] lincoln-lil commented on a diff in pull request #19983: [FLINK-27878][datastream] Add Retry Support For Async I/O In DataStream API

2022-06-16 Thread GitBox
lincoln-lil commented on code in PR #19983: URL: https://github.com/apache/flink/pull/19983#discussion_r899684838 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/util/retryable/RetryPredicates.java: ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [flink-table-store] JingsongLi commented on a diff in pull request #160: [FLINK-28098] Refactor table store compactor

2022-06-16 Thread GitBox
JingsongLi commented on code in PR #160: URL: https://github.com/apache/flink-table-store/pull/160#discussion_r899682545 ## flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreWrite.java: ## @@ -40,10 +44,12 @@ RecordWriter createWriter(

[GitHub] [flink-table-store] JingsongLi commented on a diff in pull request #160: [FLINK-28098] Refactor table store compactor

2022-06-16 Thread GitBox
JingsongLi commented on code in PR #160: URL: https://github.com/apache/flink-table-store/pull/160#discussion_r899682102 ## flink-table-store-core/src/main/java/org/apache/flink/table/store/table/sink/TableCompact.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed to the Apache Softwar

[jira] [Closed] (FLINK-27932) align noWatermarks and withWatemarkAlignment API in PyFlink

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu closed FLINK-27932. --- Assignee: Juntao Hu Resolution: Fixed Merged to master via d0f0071b767b8dbe2e811e9b6b5e1e9027a20e2b >

[jira] [Updated] (FLINK-27932) Align noWatermarks and withWatemarkAlignment API in PyFlink

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-27932: Summary: Align noWatermarks and withWatemarkAlignment API in PyFlink (was: align noWatermarks and withWat

[GitHub] [flink] dianfu closed pull request #19896: [FLINK-27932][python] align noWatermarks and withWatermarkAlignment API

2022-06-16 Thread GitBox
dianfu closed pull request #19896: [FLINK-27932][python] align noWatermarks and withWatermarkAlignment API URL: https://github.com/apache/flink/pull/19896 -- 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 g

[jira] [Closed] (FLINK-9431) Introduce TimeEnd State to flink cep

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu closed FLINK-9431. -- Resolution: Duplicate > Introduce TimeEnd State to flink cep > > >

[jira] [Closed] (FLINK-16010) Support notFollowedBy with interval as the last part of a Pattern

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu closed FLINK-16010. --- Resolution: Duplicate > Support notFollowedBy with interval as the last part of a Pattern >

[jira] [Closed] (FLINK-15980) The notFollowedBy in the end of GroupPattern may be ignored

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu closed FLINK-15980. --- Resolution: Duplicate > The notFollowedBy in the end of GroupPattern may be ignored > --

[jira] [Reopened] (FLINK-15980) The notFollowedBy in the end of GroupPattern may be ignored

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-15980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu reopened FLINK-15980: - > The notFollowedBy in the end of GroupPattern may be ignored >

[jira] [Updated] (FLINK-26941) Support Pattern end with notFollowedBy with window

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-26941: Affects Version/s: (was: 1.14.4) > Support Pattern end with notFollowedBy with window > --

[jira] [Closed] (FLINK-26941) Support Pattern end with notFollowedBy with window

2022-06-16 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu closed FLINK-26941. --- Fix Version/s: 1.16.0 (was: 1.14.4) Resolution: Fixed Merged to master via 84a

[GitHub] [flink] dianfu closed pull request #19295: [FLINK-26941][cep] Support Pattern end with notFollowedBy with window

2022-06-16 Thread GitBox
dianfu closed pull request #19295: [FLINK-26941][cep] Support Pattern end with notFollowedBy with window URL: https://github.com/apache/flink/pull/19295 -- 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

[GitHub] [flink-table-store] complone commented on pull request #161: [FLINK-27845](https://issues.apache.org/jira/browse/FLINK-27845)

2022-06-16 Thread GitBox
complone commented on PR #161: URL: https://github.com/apache/flink-table-store/pull/161#issuecomment-1158240911 This PR has some tests I will add as soon as possible before 6.19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[jira] [Updated] (FLINK-27845) Introduce Column Type Schema evolution

2022-06-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-27845: --- Labels: pull-request-available (was: ) > Introduce Column Type Schema evolution > -

[GitHub] [flink-table-store] complone opened a new pull request, #161: [FLINK-27845](https://issues.apache.org/jira/browse/FLINK-27845)

2022-06-16 Thread GitBox
complone opened a new pull request, #161: URL: https://github.com/apache/flink-table-store/pull/161 support Column Type Schema Convert -- 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] [Closed] (FLINK-28099) KafkaSink timeout exception

2022-06-16 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser closed FLINK-28099. -- Resolution: Information Provided [~Krjk] Thanks for opening a ticket. The error is caused beca

[GitHub] [flink] flinkbot commented on pull request #19995: [FLINK-28060][BP 1.15][Connector/Kafka] Updated Kafka Clients to 3.1.1

2022-06-16 Thread GitBox
flinkbot commented on PR #19995: URL: https://github.com/apache/flink/pull/19995#issuecomment-1158147345 ## CI report: * 401bb4d5e5246ad6a0d765cb95125a78ffb25a61 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

  1   2   3   4   >