Re: [PR] [FLINK-30460] Support the writable metadata ttl. [flink-connector-hbase]

2023-11-15 Thread via GitHub
Tan-JiaLiang commented on PR #33: URL: https://github.com/apache/flink-connector-hbase/pull/33#issuecomment-1811994234 Please take a look when you are free, I'll always active util this PR finish. CC @ferenc-csaky @MartijnVisser. -- This is an automated message from the Apache Git

[jira] [Resolved] (FLINK-33543) Move Java 17-specific code into its own module to please Intellij

2023-11-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl resolved FLINK-33543. --- Fix Version/s: 1.19.0 Assignee: Matthias Pohl Resolution: Fixed master:

[PR] [FLINK-33395][table-planner] fix the join hint doesn't work when appears in subquery [flink]

2023-11-15 Thread via GitHub
xuyangzhong opened a new pull request, #23716: URL: https://github.com/apache/flink/pull/23716 ## What is the purpose of the change Cherry-pick from https://github.com/apache/flink/pull/23620. This pr try to fix that join hints should also be resolved and work when defined in

[jira] [Updated] (FLINK-33549) Exception "Factory does not implement interface YieldingOperatorFactory" thrown in batch mode

2023-11-15 Thread luoyuxia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] luoyuxia updated FLINK-33549: - Description: When run a job in batch, it throws the following exception {code:java}

[jira] [Created] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33550: - Summary: "DataSet allround end-to-end test" failed due to certificate error Key: FLINK-33550 URL: https://issues.apache.org/jira/browse/FLINK-33550 Project: Flink

[jira] [Commented] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

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

[jira] [Commented] (FLINK-33502) HybridShuffleITCase caused a fatal error

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

[jira] [Comment Edited] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

2023-11-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786252#comment-17786252 ] Matthias Pohl edited comment on FLINK-33550 at 11/15/23 9:21 AM: - *

[jira] [Commented] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

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

[jira] [Commented] (FLINK-25568) Add Elasticsearch 7 Source Connector

2023-11-15 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786266#comment-17786266 ] Martijn Visser commented on FLINK-25568: [~complone] Feel free to yes > Add Elasticsearch 7

Re: [PR] [FLINK-33398][runtime] Support switching from batch to stream mode for one input stream operator [flink]

2023-11-15 Thread via GitHub
SmirAlex commented on PR #23521: URL: https://github.com/apache/flink/pull/23521#issuecomment-1812134103 Hi @Sxnan! Sorry, I understand that I'm not a reviewer, but it happened that I was testing functionality from this MR recently, and I found a bug (in my opinion). It concerns the logic

[jira] [Created] (FLINK-33556) Test infrastructure for externalized python code

2023-11-15 Thread Jira
Márton Balassi created FLINK-33556: -- Summary: Test infrastructure for externalized python code Key: FLINK-33556 URL: https://issues.apache.org/jira/browse/FLINK-33556 Project: Flink Issue

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
1996fanrui commented on code in PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#discussion_r1394011445 ## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/state/ConfigMapStore.java: ## @@ -44,13 +43,13 @@ public

[jira] [Commented] (FLINK-33536) Flink Table API CSV streaming sink fails with "IOException: Stream closed"

2023-11-15 Thread Samrat Deb (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786318#comment-17786318 ] Samrat Deb commented on FLINK-33536: [~prabhujoseph] , [~martijnvisser]   I have tested the changes

[jira] [Updated] (FLINK-33548) Replace taskManager/jobmanager.resource with resources conforming to ResourceRequirements

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-33548: --- Summary: Replace taskManager/jobmanager.resource with resources conforming to ResourceRequirements

Re: [PR] [BP-1.18][FLINK-33276][ci] Merges connect_1 and connect_2 stages into a single one [flink]

2023-11-15 Thread via GitHub
XComp commented on PR #23719: URL: https://github.com/apache/flink/pull/23719#issuecomment-1812507090 Yes, that change was rather meant to reduce the amount of runners that I need to use in the GHA test. And I thought that it would be valuable to put it into `master` as well.

Re: [PR] [hotfix] Add missing import to fix build [flink]

2023-11-15 Thread via GitHub
snuyanzin merged PR #23721: URL: https://github.com/apache/flink/pull/23721 -- 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:

Re: [PR] [hotfix] Add missing import to fix build [flink]

2023-11-15 Thread via GitHub
snuyanzin commented on PR #23721: URL: https://github.com/apache/flink/pull/23721#issuecomment-1812552318 there should be testtemplate instead of test -- 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

[jira] [Created] (FLINK-33551) HiveTemporalJoinITCase.testProcTimeTemporalJoinHiveTable failed due to

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33551: - Summary: HiveTemporalJoinITCase.testProcTimeTemporalJoinHiveTable failed due to Key: FLINK-33551 URL: https://issues.apache.org/jira/browse/FLINK-33551 Project:

[jira] [Created] (FLINK-33559) Externalize Kafka Python connector code

2023-11-15 Thread Jira
Márton Balassi created FLINK-33559: -- Summary: Externalize Kafka Python connector code Key: FLINK-33559 URL: https://issues.apache.org/jira/browse/FLINK-33559 Project: Flink Issue Type:

[PR] [hotfix][table-planner] fix the failed cases caused by junit5 [flink]

2023-11-15 Thread via GitHub
xuyangzhong opened a new pull request, #23722: URL: https://github.com/apache/flink/pull/23722 ## What is the purpose of the change Fix the failed case in DistinctAggregateTest. ## Brief change log - *Fix the failed case* ## Verifying this change This

[jira] [Assigned] (FLINK-33528) Externalize Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi reassigned FLINK-33528: -- Assignee: Peter Vary > Externalize Python connector code >

[PR] [FLINK-33536] Fix Flink Table API CSV streaming sink fails with IOException: Stream closed [flink]

2023-11-15 Thread via GitHub
Samrat002 opened a new pull request, #23718: URL: https://github.com/apache/flink/pull/23718 ## What is the purpose of the change Fix the error due to IOException: Stream closed Calling persist() in case of filesystem is not syncable Persist() behaves in same

[jira] [Updated] (FLINK-33536) Flink Table API CSV streaming sink fails with "IOException: Stream closed"

2023-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-33536: --- Labels: pull-request-available (was: ) > Flink Table API CSV streaming sink fails with

[PR] [release] Update version to 1.8-SNAPSHOT [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
gyfora opened a new pull request, #713: URL: https://github.com/apache/flink-kubernetes-operator/pull/713 Release cut update for main -- 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-33550) "DataSet allround end-to-end test" failed due to certificate error

2023-11-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786379#comment-17786379 ] Matthias Pohl commented on FLINK-33550: --- This issue is caused by the switch to Java8: * [Java 8

Re: [PR] [FLINK-33395][table-planner] fix the join hint doesn't work when appears in subquery [flink]

2023-11-15 Thread via GitHub
flinkbot commented on PR #23716: URL: https://github.com/apache/flink/pull/23716#issuecomment-1812024016 ## CI report: * 1537e4b3547759d9e66bd5b3dd23dfb18e568138 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Created] (FLINK-33552) Job (and its data) is lost

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33552: - Summary: Job (and its data) is lost Key: FLINK-33552 URL: https://issues.apache.org/jira/browse/FLINK-33552 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-33555) LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory:

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33555: - Summary: LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory: Key: FLINK-33555 URL: https://issues.apache.org/jira/browse/FLINK-33555

[jira] [Created] (FLINK-33557) Externalize Cassandra Python connector code

2023-11-15 Thread Jira
Márton Balassi created FLINK-33557: -- Summary: Externalize Cassandra Python connector code Key: FLINK-33557 URL: https://issues.apache.org/jira/browse/FLINK-33557 Project: Flink Issue Type:

[jira] [Updated] (FLINK-33558) Externalize Elasticsearch Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33558: --- Component/s: API / Python Connectors / ElasticSearch > Externalize

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
mxm commented on code in PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#discussion_r1393995132 ## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/state/ConfigMapStore.java: ## @@ -44,13 +43,13 @@ public class

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
mxm commented on code in PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#discussion_r1393995934 ## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/state/ConfigMapView.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed

[jira] [Updated] (FLINK-33557) Externalize Cassandra Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33557: --- Component/s: API / Python Connectors / Cassandra > Externalize Cassandra

[jira] [Updated] (FLINK-33559) Externalize Kafka Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33559: --- Component/s: API / Python Connectors / Kafka > Externalize Kafka Python

[jira] [Created] (FLINK-33560) Externalize Kinesis Python connector code

2023-11-15 Thread Jira
Márton Balassi created FLINK-33560: -- Summary: Externalize Kinesis Python connector code Key: FLINK-33560 URL: https://issues.apache.org/jira/browse/FLINK-33560 Project: Flink Issue Type:

[jira] [Created] (FLINK-33562) Externalize RabbitMQ Python connector code

2023-11-15 Thread Jira
Márton Balassi created FLINK-33562: -- Summary: Externalize RabbitMQ Python connector code Key: FLINK-33562 URL: https://issues.apache.org/jira/browse/FLINK-33562 Project: Flink Issue Type:

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
1996fanrui commented on code in PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#discussion_r1394045676 ## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/state/ConfigMapStore.java: ## @@ -99,49 +93,30 @@ public

Re: [PR] [FLINK-33536] Fix Flink Table API CSV streaming sink fails with IOException: Stream closed [flink]

2023-11-15 Thread via GitHub
flinkbot commented on PR #23718: URL: https://github.com/apache/flink/pull/23718#issuecomment-1812317220 ## CI report: * b6741d6e0fd20bcde38003154ab45b9fe6daa30c UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-33276) Reorganize CI stages

2023-11-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786326#comment-17786326 ] Matthias Pohl commented on FLINK-33276: --- master:

[jira] [Updated] (FLINK-33276) Reorganize CI stages

2023-11-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl updated FLINK-33276: -- Affects Version/s: (was: 1.16.2) (was: 1.17.1) > Reorganize CI

Re: [PR] [FLINK-33492][docs] Fix unavailable links in connector download page [flink]

2023-11-15 Thread via GitHub
MartijnVisser commented on PR #23693: URL: https://github.com/apache/flink/pull/23693#issuecomment-1811991737 > After 1.19 released, the new links will be exposed to users, WDYT? Those are wrong links to begin with: a Flink connector for 1.18 isn't guaranteed to be compatible with

Re: [PR] [FLINK-33410] Implement type inference for OVER function [flink]

2023-11-15 Thread via GitHub
dawidwys commented on code in PR #23713: URL: https://github.com/apache/flink/pull/23713#discussion_r1394132228 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/strategies/OverTypeStrategy.java: ## @@ -0,0 +1,197 @@ +/* + * Licensed to the

Re: [PR] [BP-1.18][FLINK-33276][ci] Merges connect_1 and connect_2 stages into a single one [flink]

2023-11-15 Thread via GitHub
zentol commented on PR #23719: URL: https://github.com/apache/flink/pull/23719#issuecomment-1812448493 Admittedly that could be a follow-up. 樂 -- 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

Re: [PR] [FLINK-30460] Support the writable metadata ttl. [flink-connector-hbase]

2023-11-15 Thread via GitHub
ferenc-csaky commented on code in PR #33: URL: https://github.com/apache/flink-connector-hbase/pull/33#discussion_r1394135077 ## flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/sink/WritableMetadata.java: ## @@ -83,4 +84,38 @@ public static

[jira] [Updated] (FLINK-33504) Supported maximum parallel jobs

2023-11-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl updated FLINK-33504: -- Summary: Supported maximum parallel jobs (was: Supported parallel jobs) > Supported maximum

Re: [PR] [FLINK-28050][connectors] Migrate StreamExecutionEnvironment#fromElements() implementation to FLIP-27 Source API [flink]

2023-11-15 Thread via GitHub
zentol commented on code in PR #23553: URL: https://github.com/apache/flink/pull/23553#discussion_r1394174857 ## flink-connectors/flink-connector-datagen/src/main/java/org/apache/flink/connector/datagen/functions/FromElementsGeneratorFunction.java: ## @@ -0,0 +1,200 @@ +/* + *

[jira] [Commented] (FLINK-18356) flink-table-planner Exit code 137 returned from process

2023-11-15 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786349#comment-17786349 ] Chesnay Schepler commented on FLINK-18356: -- Switch to CI image that enables jmalloc: master:

Re: [PR] [release] Update version to 1.8-SNAPSHOT [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
gyfora merged PR #713: URL: https://github.com/apache/flink-kubernetes-operator/pull/713 -- 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-33263) Implement ParallelismProvider for sources in the table planner

2023-11-15 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786219#comment-17786219 ] Yun Tang commented on FLINK-33263: -- [~Zhanghao Chen] Thanks for the update. Looking forward to the PR.

[jira] [Created] (FLINK-33554) SemiJoinITCase.testRewriteScalarQueryWithCorrelation3 failed due to heartbeat timeout

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33554: - Summary: SemiJoinITCase.testRewriteScalarQueryWithCorrelation3 failed due to heartbeat timeout Key: FLINK-33554 URL: https://issues.apache.org/jira/browse/FLINK-33554

[jira] [Created] (FLINK-33558) Externalize Elasticsearch Python connector code

2023-11-15 Thread Jira
Márton Balassi created FLINK-33558: -- Summary: Externalize Elasticsearch Python connector code Key: FLINK-33558 URL: https://issues.apache.org/jira/browse/FLINK-33558 Project: Flink Issue

[jira] [Created] (FLINK-33561) Externalize Pulsar Python connector code

2023-11-15 Thread Jira
Márton Balassi created FLINK-33561: -- Summary: Externalize Pulsar Python connector code Key: FLINK-33561 URL: https://issues.apache.org/jira/browse/FLINK-33561 Project: Flink Issue Type:

Re: [PR] [FLINK-32563] add additionalExcludes property to add exclusions to surefire tests [flink-connector-shared-utils]

2023-11-15 Thread via GitHub
zentol merged PR #26: URL: https://github.com/apache/flink-connector-shared-utils/pull/26 -- 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:

Re: [PR] [FLINK-33276][ci] Merges connect_1 and connect_2 stages into a single one [flink]

2023-11-15 Thread via GitHub
XComp merged PR #23712: URL: https://github.com/apache/flink/pull/23712 -- 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-33490) Validate the name conflicts when creating view

2023-11-15 Thread xuyang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786327#comment-17786327 ] xuyang commented on FLINK-33490: Hi, [~fsk119] , Can I take this jira? > Validate the name conflicts

[jira] [Assigned] (FLINK-33490) Validate the name conflicts when creating view

2023-11-15 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang reassigned FLINK-33490: - Assignee: xuyang > Validate the name conflicts when creating view >

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
1996fanrui commented on PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#issuecomment-1812434659 Thanks @mxm for the cleaning up and simplifying, great work! LGTM for now. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [FLINK-28050][connectors] Migrate StreamExecutionEnvironment#fromElements() implementation to FLIP-27 Source API [flink]

2023-11-15 Thread via GitHub
afedulov commented on PR #23553: URL: https://github.com/apache/flink/pull/23553#issuecomment-1812451001 > Do you want to cleanup the git history a bit or shall I just squash everything? I'll do it, thanks! One thing to clarify before we merge - I just noticed yesterday that

[jira] [Closed] (FLINK-33522) Savepoint upgrade mode fails despite the savepoint succeeding

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-33522. -- Resolution: Fixed merged to main 2ce7486c7ee7ea6cb1a4160585fb5bc696025378 > Savepoint upgrade mode

[jira] [Updated] (FLINK-32960) Logic to log vertex exclusion only once does not work correctly

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-32960: --- Fix Version/s: kubernetes-operator-1.8.0 (was: kubernetes-operator-1.7.0) >

[jira] [Updated] (FLINK-32119) Revise source partition skew logic

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-32119: --- Fix Version/s: kubernetes-operator-1.8.0 (was: kubernetes-operator-1.7.0) >

[jira] [Updated] (FLINK-33006) Add e2e test for Kubernetes Operator HA

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-33006: --- Fix Version/s: kubernetes-operator-1.8.0 (was: kubernetes-operator-1.7.0) >

[jira] [Updated] (FLINK-32120) Add autoscaler config option to disable parallelism key group alignment

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-32120: --- Fix Version/s: kubernetes-operator-1.8.0 > Add autoscaler config option to disable parallelism key

[jira] [Assigned] (FLINK-33546) Implement type inference for order(asc/desc) function

2023-11-15 Thread Dawid Wysakowicz (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Wysakowicz reassigned FLINK-33546: Assignee: Dawid Wysakowicz > Implement type inference for order(asc/desc)

[jira] [Created] (FLINK-33563) Implement type inference for Agg functions

2023-11-15 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-33563: Summary: Implement type inference for Agg functions Key: FLINK-33563 URL: https://issues.apache.org/jira/browse/FLINK-33563 Project: Flink Issue

Re: [PR] [FLINK-18356] Update CI image [flink]

2023-11-15 Thread via GitHub
flinkbot commented on PR #23717: URL: https://github.com/apache/flink/pull/23717#issuecomment-1812137002 ## CI report: * 7adb5944ff509a1f80b3561cac00265802b07ceb UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-18473) Optimize RocksDB disk load balancing strategy

2023-11-15 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786304#comment-17786304 ] Rui Fan commented on FLINK-18473: - Hi [~yigress] , thanks for your feedback. The current strategy is

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
gyfora commented on PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#issuecomment-1812440379  -- 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.

Re: [PR] [FLINK-33410] Implement type inference for OVER function [flink]

2023-11-15 Thread via GitHub
dawidwys commented on code in PR #23713: URL: https://github.com/apache/flink/pull/23713#discussion_r1394134177 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/strategies/OverTypeStrategy.java: ## @@ -0,0 +1,197 @@ +/* + * Licensed to the

Re: [PR] [FLINK-33410] Implement type inference for OVER function [flink]

2023-11-15 Thread via GitHub
dawidwys commented on code in PR #23713: URL: https://github.com/apache/flink/pull/23713#discussion_r1394133583 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/expressions/converter/OverConvertRule.java: ## @@ -182,57 +191,59 @@ private RexNode

[jira] [Updated] (FLINK-32120) Add autoscaler config option to disable parallelism key group alignment

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-32120: --- Fix Version/s: (was: kubernetes-operator-1.7.0) > Add autoscaler config option to disable

[jira] [Closed] (FLINK-32127) Source busy time is inaccurate in many cases

2023-11-15 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-32127. -- Resolution: Fixed Fixed by the improved true processing rate tracking > Source busy time is

Re: [PR] [hotfix][table-planner] fix the failed cases caused by junit5 [flink]

2023-11-15 Thread via GitHub
flinkbot commented on PR #23722: URL: https://github.com/apache/flink/pull/23722#issuecomment-1812545859 ## CI report: * 597428fa53be57b1b453bb3da90995e6adcfd1e1 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-33543][core] Move Java record related tests into their own module since they only compile under JDK17 [flink]

2023-11-15 Thread via GitHub
XComp merged PR #23709: URL: https://github.com/apache/flink/pull/23709 -- 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:

Re: [PR] [FLINK-33542] Update tests to JUnit5 [flink-connector-hbase]

2023-11-15 Thread via GitHub
ferenc-csaky commented on PR #32: URL: https://github.com/apache/flink-connector-hbase/pull/32#issuecomment-1812031612 @Tan-JiaLiang if you have some time, can you take a look pls? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [FLINK-33398][runtime] Support switching from batch to stream mode for one input stream operator [flink]

2023-11-15 Thread via GitHub
SmirAlex commented on PR #23521: URL: https://github.com/apache/flink/pull/23521#issuecomment-1812051645 Hi @Sxnan! Sorry, I understand that I'm not a reviewer, but it happened that I was testing functionality from this MR recently, and I found a bug (in my opinion). It concerns the logic

[jira] [Created] (FLINK-33549) Exception "Factory does not implement interface YieldingOperatorFactory" thrown in batch mode

2023-11-15 Thread luoyuxia (Jira)
luoyuxia created FLINK-33549: Summary: Exception "Factory does not implement interface YieldingOperatorFactory" thrown in batch mode Key: FLINK-33549 URL: https://issues.apache.org/jira/browse/FLINK-33549

[jira] [Commented] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

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

[jira] [Commented] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

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

[PR] [FLINK-18356] Update CI image [flink]

2023-11-15 Thread via GitHub
zentol opened a new pull request, #23717: URL: https://github.com/apache/flink/pull/23717 Based on https://github.com/zentol/flink-ci-docker/tree/3e5789ed4fb5558f364a45315bae752c272f7bd9. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Updated] (FLINK-33557) Externalize Cassandra Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33557: --- Fix Version/s: 1.19.0 > Externalize Cassandra Python connector code >

Re: [PR] [FLINK-30593][autoscaler] Determine restart time on the fly fo Autoscaler [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
mxm commented on PR #711: URL: https://github.com/apache/flink-kubernetes-operator/pull/711#issuecomment-1812285350 > Sounds reasonable. If we are optimizing state size at this level, how about we also remove `RECOMMENDED_PARALLELISM` and `PARALLELISM` from the history metrics, since they

Re: [PR] [BP-1.18][FLINK-33276][ci] Merges connect_1 and connect_2 stages into a single one [flink]

2023-11-15 Thread via GitHub
flinkbot commented on PR #23719: URL: https://github.com/apache/flink/pull/23719#issuecomment-1812425572 ## CI report: * cbb25a4fee81c6aaaed7ba666f8be65570cf32c5 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [hotfix] Add missing import to fix build [flink]

2023-11-15 Thread via GitHub
snuyanzin opened a new pull request, #23721: URL: https://github.com/apache/flink/pull/23721 The PR is aiming to fix build failure https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=54581=logs=52b61abe-a3cc-5bde-cc35-1bbe89bb7df5=54421a62-0c80-5aad-3319-094ff69180bb

[jira] [Commented] (FLINK-33365) Missing filter condition in execution plan containing lookup join with mysql jdbc connector

2023-11-15 Thread david radley (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786355#comment-17786355 ] david radley commented on FLINK-33365: -- [~libenchao] Thanks for the quick feedback . I agree, I was

Re: [PR] [hotfix][table-planner] fix the failed cases caused by junit5 [flink]

2023-11-15 Thread via GitHub
snuyanzin commented on PR #23722: URL: https://github.com/apache/flink/pull/23722#issuecomment-1812557141 thanks for the fix looks like this was fixed within https://github.com/apache/flink/pull/23721 -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (FLINK-33552) Job (and its data) is lost

2023-11-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786259#comment-17786259 ] Matthias Pohl commented on FLINK-33552: --- Same happened with this job:

[jira] [Commented] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

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

[jira] [Commented] (FLINK-33551) HiveTemporalJoinITCase.testProcTimeTemporalJoinHiveTable failed due to

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

[jira] [Created] (FLINK-33553) FileUtilsTest.testDeleteDirectoryConcurrently failed (no progress/output)

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33553: - Summary: FileUtilsTest.testDeleteDirectoryConcurrently failed (no progress/output) Key: FLINK-33553 URL: https://issues.apache.org/jira/browse/FLINK-33553 Project:

[jira] [Commented] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

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

[jira] [Commented] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

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

[jira] [Updated] (FLINK-33558) Externalize Elasticsearch Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33558: --- Affects Version/s: 1.18.0 > Externalize Elasticsearch Python connector code >

[jira] [Updated] (FLINK-33558) Externalize Elasticsearch Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33558: --- Fix Version/s: 1.19.0 > Externalize Elasticsearch Python connector code >

[jira] [Updated] (FLINK-33557) Externalize Cassandra Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33557: --- Affects Version/s: 1.18.0 > Externalize Cassandra Python connector code >

[jira] [Updated] (FLINK-33528) Externalize Python connector code

2023-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi updated FLINK-33528: --- Description: During the connector externalization effort end to end tests for the python

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
mxm commented on code in PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#discussion_r1394033152 ## flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/autoscaler/state/KubernetesAutoScalerStateStoreTest.java: ## @@ -330,4

Re: [PR] [FLINK-33527] Simplify state store cleanup logic [flink-kubernetes-operator]

2023-11-15 Thread via GitHub
mxm commented on code in PR #710: URL: https://github.com/apache/flink-kubernetes-operator/pull/710#discussion_r1394117281 ## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/state/ConfigMapView.java: ## @@ -0,0 +1,116 @@ +/* + * Licensed

[PR] [FLINK-33395][table-planner] fix the join hint doesn't work when appears in subquery [flink]

2023-11-15 Thread via GitHub
xuyangzhong opened a new pull request, #23720: URL: https://github.com/apache/flink/pull/23720 ## What is the purpose of the change Cherry-pick from https://github.com/apache/flink/pull/23620. This pr try to fix that join hints should also be resolved and work when defined in

  1   2   3   >