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

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

[GitHub] [flink] hanyuzheng7 opened a new pull request, #23098: [FLINK-32262] Add MAP_ENTRIES support

2023-07-27 Thread via GitHub
hanyuzheng7 opened a new pull request, #23098: URL: https://github.com/apache/flink/pull/23098 Implement the map_entries method to transform a map into an array of key-value structs in release-1.17. Description: The current implementation of the map_entries method in the Flink

[GitHub] [flink] hanyuzheng7 closed pull request #23097: [FLINK-32564][table] Support Cast From BYTES to NUMBER

2023-07-27 Thread via GitHub
hanyuzheng7 closed pull request #23097: [FLINK-32564][table] Support Cast From BYTES to NUMBER URL: https://github.com/apache/flink/pull/23097 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [flink] hanyuzheng7 opened a new pull request, #23097: [FLINK-32564][table] Support Cast From BYTES to NUMBER

2023-07-27 Thread via GitHub
hanyuzheng7 opened a new pull request, #23097: URL: https://github.com/apache/flink/pull/23097 ### What is the purpose of the change Implement` CAST` from `BINARY`/`VARBINART`/`BYTES `to `NUMBER` ### Brief change log ` CAST` from `BINARY`/`VARBINART`/`BYTES `to `NUMBER` for

[GitHub] [flink] FangYongs commented on pull request #23087: [FLINK-32665][format] Support reading null value for csv format

2023-07-27 Thread via GitHub
FangYongs commented on PR #23087: URL: https://github.com/apache/flink/pull/23087#issuecomment-1655026823 @libenchao Please help to review this PR when you're free, thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [flink] hanyuzheng7 closed pull request #23096: Flink 32262]add map entries support

2023-07-27 Thread via GitHub
hanyuzheng7 closed pull request #23096: Flink 32262]add map entries support URL: https://github.com/apache/flink/pull/23096 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [flink] hanyuzheng7 opened a new pull request, #23096: Flink 32262]add map entries support

2023-07-27 Thread via GitHub
hanyuzheng7 opened a new pull request, #23096: URL: https://github.com/apache/flink/pull/23096 ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring

[jira] [Commented] (FLINK-31757) Optimize Flink un-balanced tasks scheduling

2023-07-27 Thread yuanfenghu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748386#comment-17748386 ] yuanfenghu commented on FLINK-31757: Is there any progress on this topic? We are also facing this

[GitHub] [flink] flinkbot commented on pull request #23095: [FLINK-32709][network] Modify segment size to improve memory utilization for Hybrid Shuffle

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

[jira] [Updated] (FLINK-32709) Modify segment size to improve memory utilization for Hybrid Shuffle

2023-07-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32709: --- Labels: pull-request-available (was: ) > Modify segment size to improve memory utilization

[GitHub] [flink] TanYuxin-tyx opened a new pull request, #23095: [FLINK-32709][network] Modify segment size to improve memory utilization for Hybrid Shuffle

2023-07-27 Thread via GitHub
TanYuxin-tyx opened a new pull request, #23095: URL: https://github.com/apache/flink/pull/23095 ## What is the purpose of the change *Currently, each subpartition in Disk/Remote has a segment size of 8M. When writing segments to the Disk tier with a parallelism of 1000,

[jira] [Commented] (FLINK-32662) JobMasterTest.testRetrievingCheckpointStats fails with NPE on AZP

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748382#comment-17748382 ] Sergey Nuyanzin commented on FLINK-32662: -

[jira] [Commented] (FLINK-32681) RocksDBStateDownloaderTest.testMultiThreadCleanupOnFailure unstablie

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748380#comment-17748380 ] Sergey Nuyanzin commented on FLINK-32681: -

[jira] [Assigned] (FLINK-32709) Modify segment size to improve memory utilization for Hybrid Shuffle

2023-07-27 Thread Yuxin Tan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxin Tan reassigned FLINK-32709: - Assignee: Yuxin Tan > Modify segment size to improve memory utilization for Hybrid Shuffle >

[jira] [Created] (FLINK-32709) Modify segment size to improve memory utilization for Hybrid Shuffle

2023-07-27 Thread Yuxin Tan (Jira)
Yuxin Tan created FLINK-32709: - Summary: Modify segment size to improve memory utilization for Hybrid Shuffle Key: FLINK-32709 URL: https://issues.apache.org/jira/browse/FLINK-32709 Project: Flink

[jira] [Created] (FLINK-32708) Fix the write logic in remote tier of hybrid shuffle

2023-07-27 Thread Wencong Liu (Jira)
Wencong Liu created FLINK-32708: --- Summary: Fix the write logic in remote tier of hybrid shuffle Key: FLINK-32708 URL: https://issues.apache.org/jira/browse/FLINK-32708 Project: Flink Issue

[GitHub] [flink] zhougit86 commented on pull request #22624: [FLINK-32132][table-planner] Cast function CODEGEN does not work as e…

2023-07-27 Thread via GitHub
zhougit86 commented on PR #22624: URL: https://github.com/apache/flink/pull/22624#issuecomment-1654876318 https://github.com/apache/flink/pull/23028 https://github.com/apache/flink/pull/23029 @snuyanzin Hi master, not sure if this is what you mean create backports? -- This is an

[jira] [Updated] (FLINK-32707) The timestamp field precision should be set to 0 instead of 1

2023-07-27 Thread liangjj (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liangjj updated FLINK-32707: Summary: The timestamp field precision should be set to 0 instead of 1 (was: the timestamp field

[jira] [Created] (FLINK-32707) the timestamp field precision should be set to 0 instead of 1

2023-07-27 Thread liangjj (Jira)
liangjj created FLINK-32707: --- Summary: the timestamp field precision should be set to 0 instead of 1 Key: FLINK-32707 URL: https://issues.apache.org/jira/browse/FLINK-32707 Project: Flink Issue

[jira] [Commented] (FLINK-32706) Add SPLIT(STRING) support in SQL & Table API

2023-07-27 Thread Hanyu Zheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748318#comment-17748318 ] Hanyu Zheng commented on FLINK-32706: - [~martijnvisser] can you please assign this ticket to 

[jira] [Created] (FLINK-32706) Add SPLIT(STRING) support in SQL & Table API

2023-07-27 Thread Hanyu Zheng (Jira)
Hanyu Zheng created FLINK-32706: --- Summary: Add SPLIT(STRING) support in SQL & Table API Key: FLINK-32706 URL: https://issues.apache.org/jira/browse/FLINK-32706 Project: Flink Issue Type:

[jira] [Commented] (FLINK-32703) [hotfix] flink-python POM has a typo for protobuf-java in shading config

2023-07-27 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748308#comment-17748308 ] Danny Cranmer commented on FLINK-32703: --- Merged commit

[jira] [Updated] (FLINK-32693) Cascade deprecation to classes that directly implement SourceFunction

2023-07-27 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Fedulov updated FLINK-32693: -- Description: * SocketTextStreamFunction

[jira] [Resolved] (FLINK-32703) [hotfix] flink-python POM has a typo for protobuf-java in shading config

2023-07-27 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Cranmer resolved FLINK-32703. --- Resolution: Fixed > [hotfix] flink-python POM has a typo for protobuf-java in shading

[jira] [Assigned] (FLINK-32703) [hotfix] flink-python POM has a typo for protobuf-java in shading config

2023-07-27 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Cranmer reassigned FLINK-32703: - Assignee: Hong Liang Teoh > [hotfix] flink-python POM has a typo for protobuf-java in

[jira] [Updated] (FLINK-32695) Migrate SourceFunction in Tests to Source V2 API

2023-07-27 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Fedulov updated FLINK-32695: -- Description: * ProcessingTimeServiceSource in StreamSourceOperatorLatencyMetricsTest

[jira] [Updated] (FLINK-32694) Cascade deprecation to classes that implement ParallelSourceFunction

2023-07-27 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Fedulov updated FLINK-32694: -- Description:   * SimpleEndlessSourceWithBloatedState in

[jira] [Updated] (FLINK-32695) Migrate SourceFunction in Tests to Source V2 API

2023-07-27 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Fedulov updated FLINK-32695: -- Description: * ProcessingTimeServiceSource in StreamSourceOperatorLatencyMetricsTest

[jira] [Commented] (FLINK-32700) Support job drain for Savepoint upgrade mode jobs in Flink Operator

2023-07-27 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748304#comment-17748304 ] Gyula Fora commented on FLINK-32700: No I don't think we should have a config for that. We want to

[jira] [Commented] (FLINK-32700) Support job drain for Savepoint upgrade mode jobs in Flink Operator

2023-07-27 Thread Manan Mangal (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748302#comment-17748302 ] Manan Mangal commented on FLINK-32700: -- We can create a configuration for this well, so that users

[jira] [Closed] (FLINK-32690) Report Double.NAN instead of null for missing autoscaler metrics

2023-07-27 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-32690. -- Resolution: Fixed > Report Double.NAN instead of null for missing autoscaler metrics >

[jira] [Updated] (FLINK-32690) Report Double.NAN instead of null for missing autoscaler metrics

2023-07-27 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora updated FLINK-32690: --- Fix Version/s: kubernetes-operator-1.6.0 > Report Double.NAN instead of null for missing autoscaler

[jira] [Commented] (FLINK-31168) JobManagerHAProcessFailureRecoveryITCase failed due to job not being found

2023-07-27 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748254#comment-17748254 ] Matthias Pohl commented on FLINK-31168: --- The error appears in the

[jira] [Assigned] (FLINK-31168) JobManagerHAProcessFailureRecoveryITCase failed due to job not being found

2023-07-27 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl reassigned FLINK-31168: - Assignee: Matthias Pohl > JobManagerHAProcessFailureRecoveryITCase failed due to job

[jira] [Commented] (FLINK-32679) Filter conditions cannot be pushed to JOIN in some case

2023-07-27 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748235#comment-17748235 ] Benchao Li commented on FLINK-32679: {{FilterJoinRule}} is supposed to push filters below {{Join}}

[GitHub] [flink] 1996fanrui commented on pull request #23094: [FLINK-32705][connectors/common] Remove the beta for watermark alignment

2023-07-27 Thread via GitHub
1996fanrui commented on PR #23094: URL: https://github.com/apache/flink/pull/23094#issuecomment-1653883924 Thanks @pnowojski for the quick review. I added a new commit to remove the `Experimental`, does it make sense? -- This is an automated message from the Apache Git Service. To

[jira] [Commented] (FLINK-32548) Make watermark alignment ready for production use

2023-07-27 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748194#comment-17748194 ] Piotr Nowojski commented on FLINK-32548: Good catch, I would bump this to {{PublicEvolving}}. >

[GitHub] [flink] flinkbot commented on pull request #23094: [FLINK-32705][connectors/common] Remove the beta for watermark alignment

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

[jira] [Updated] (FLINK-32705) Remove the beta for watermark alignment

2023-07-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32705: --- Labels: pull-request-available (was: ) > Remove the beta for watermark alignment >

[GitHub] [flink] flinkbot commented on pull request #23093: [hotfix] [docs] Fix to remove .all from java opts under application profiling

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

[GitHub] [flink] darren128 opened a new pull request, #23093: [hotfix] [docs] Fix to remove .all from java opts under application profiling

2023-07-27 Thread via GitHub
darren128 opened a new pull request, #23093: URL: https://github.com/apache/flink/pull/23093 ## What is the purpose of the change Remove suffix `.all` from java opts for application profiling. ## Brief change log Fix config param for jvm options under

[jira] [Comment Edited] (FLINK-32548) Make watermark alignment ready for production use

2023-07-27 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748181#comment-17748181 ] Rui Fan edited comment on FLINK-32548 at 7/27/23 2:35 PM: -- I see the

[jira] [Commented] (FLINK-32548) Make watermark alignment ready for production use

2023-07-27 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748181#comment-17748181 ] Rui Fan commented on FLINK-32548: - I see the WatermarkStrategy#withWatermarkAlignment also has the

[GitHub] [flink-connector-pulsar] MartijnVisser commented on pull request #56: [FLINK-26203] Basic table factory for Pulsar connector

2023-07-27 Thread via GitHub
MartijnVisser commented on PR #56: URL: https://github.com/apache/flink-connector-pulsar/pull/56#issuecomment-1653739866 > Because we need to take copyright considerations, licenses etc into account, before that code can be merged into an ASF project. @tisonkun and I talked about

[GitHub] [flink] MartijnVisser commented on pull request #22930: [FLINK-32511][FileSystems] Upgrade GCS connector to 2.2.15

2023-07-27 Thread via GitHub
MartijnVisser commented on PR #22930: URL: https://github.com/apache/flink/pull/22930#issuecomment-1653736165 > What was the purpose of the changes to [`.idea/vcs.xml`](https://github.com/apache/flink/pull/22930/files#diff-a6dab70bd0e9ffc91d8419ad52225baff3a3e7c9d8e1724f7ed6d96b661d804a)

[jira] [Commented] (FLINK-32548) Make watermark alignment ready for production use

2023-07-27 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748177#comment-17748177 ] Rui Fan commented on FLINK-32548: - Thanks for the feedback, I created the FLINK-32705 to remove the

[jira] [Created] (FLINK-32705) Remove the beta for watermark alignment

2023-07-27 Thread Rui Fan (Jira)
Rui Fan created FLINK-32705: --- Summary: Remove the beta for watermark alignment Key: FLINK-32705 URL: https://issues.apache.org/jira/browse/FLINK-32705 Project: Flink Issue Type: Sub-task

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #640: [backport-1.6][FLINK-32690] report Double.NAN instead of null for missing autoscale…

2023-07-27 Thread via GitHub
gyfora merged PR #640: URL: https://github.com/apache/flink-kubernetes-operator/pull/640 -- 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] Tartarus0zm commented on a diff in pull request #23060: [FLINK-32519][docs] Add doc for [CREATE OR] REPLACE TABLE AS statement

2023-07-27 Thread via GitHub
Tartarus0zm commented on code in PR #23060: URL: https://github.com/apache/flink/pull/23060#discussion_r1276309785 ## docs/content/docs/dev/table/sql/create.md: ## @@ -557,6 +558,58 @@ INSERT INTO my_ctas_table SELECT id, name, age FROM source_table WHERE mod(id, 1 {{< top

[jira] [Updated] (FLINK-28013) java.lang.ClassNotFoundException: org.apache.flink.hbase.shaded.io.netty.channel.EventLoopGroup

2023-07-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-28013: --- Labels: pull-request-available (was: ) > java.lang.ClassNotFoundException: >

[GitHub] [flink-connector-hbase] boring-cyborg[bot] commented on pull request #17: [FLINK-28013] Shade all netty dependencies in sql jar

2023-07-27 Thread via GitHub
boring-cyborg[bot] commented on PR #17: URL: https://github.com/apache/flink-connector-hbase/pull/17#issuecomment-1653614729 Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html) -- This is

[jira] [Commented] (FLINK-28013) java.lang.ClassNotFoundException: org.apache.flink.hbase.shaded.io.netty.channel.EventLoopGroup

2023-07-27 Thread He Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748153#comment-17748153 ] He Wang commented on FLINK-28013: - I got the same exception. After comparing the dependency tree of the

[GitHub] [flink] luoyuxia commented on a diff in pull request #23060: [FLINK-32519][docs] Add doc for [CREATE OR] REPLACE TABLE AS statement

2023-07-27 Thread via GitHub
luoyuxia commented on code in PR #23060: URL: https://github.com/apache/flink/pull/23060#discussion_r1276249794 ## docs/content/docs/dev/table/sql/create.md: ## @@ -557,6 +558,58 @@ INSERT INTO my_ctas_table SELECT id, name, age FROM source_table WHERE mod(id, 1 {{< top >}}

[GitHub] [flink-kubernetes-operator] gyfora opened a new pull request, #640: [backport-1.6][FLINK-32690] report Double.NAN instead of null for missing autoscale…

2023-07-27 Thread via GitHub
gyfora opened a new pull request, #640: URL: https://github.com/apache/flink-kubernetes-operator/pull/640 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [flink-kubernetes-operator] gyfora merged pull request #639: [FLINK-32690] report Double.NAN instead of null for missing autoscaler metrics

2023-07-27 Thread via GitHub
gyfora merged PR #639: URL: https://github.com/apache/flink-kubernetes-operator/pull/639 -- 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 commented on a diff in pull request #23046: [FLINK-32287][docs] Add doc for truncate table statement

2023-07-27 Thread via GitHub
luoyuxia commented on code in PR #23046: URL: https://github.com/apache/flink/pull/23046#discussion_r1276225063 ## docs/content.zh/docs/dev/table/sql/truncate.md: ## @@ -0,0 +1,163 @@ +--- +title: "TRUNCATE 语句" +weight: 8 +type: docs +aliases: +- /zh/dev/table/sql/truncate.html

[GitHub] [flink] jnh5y commented on a diff in pull request #23084: [FLINK-32691] SELECT fcn does not work with an unset catalog or database

2023-07-27 Thread via GitHub
jnh5y commented on code in PR #23084: URL: https://github.com/apache/flink/pull/23084#discussion_r1276239665 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/catalog/UnknownCatalogTest.java: ## @@ -55,6 +56,52 @@ public class UnknownCatalogTest {

[GitHub] [flink] dawidwys commented on pull request #23090: [FLINK-32689] Improve validation of local time zone

2023-07-27 Thread via GitHub
dawidwys commented on PR #23090: URL: https://github.com/apache/flink/pull/23090#issuecomment-1653538853 But neither `DateTimeUtils` nor `FileSystemTableFactory` use the time zone setting from `TableConfig`. * `FileSystemTableFactory` uses:

[GitHub] [flink-connector-jdbc] KevDi commented on pull request #5: [FLINK-30371][Connector/JDBC] Fix the problem of JdbcOutputFormat database connection leak

2023-07-27 Thread via GitHub
KevDi commented on PR #5: URL: https://github.com/apache/flink-connector-jdbc/pull/5#issuecomment-1653537091 @MartijnVisser is there any update on this PR? I can also open a new PR with the fixes from @EchoLee5. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [flink] twalthr commented on a diff in pull request #23090: [FLINK-32689] Improve validation of local time zone

2023-07-27 Thread via GitHub
twalthr commented on code in PR #23090: URL: https://github.com/apache/flink/pull/23090#discussion_r1276199023 ## flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/api/TableConfigTest.java: ## @@ -79,10 +79,8 @@ void testSetAndGetLocalTimeZone() { @Test

[GitHub] [flink-web] gyfora opened a new pull request, #666: Kubernetes Operator 1.6.0

2023-07-27 Thread via GitHub
gyfora opened a new pull request, #666: URL: https://github.com/apache/flink-web/pull/666 (no comment) -- 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,

[jira] [Commented] (FLINK-32700) Support job drain for Savepoint upgrade mode jobs in Flink Operator

2023-07-27 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748092#comment-17748092 ] Gyula Fora commented on FLINK-32700: Sounds good, we have to be careful with simply calling cancel

[jira] [Commented] (FLINK-32700) Support job drain for Savepoint upgrade mode jobs in Flink Operator

2023-07-27 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748093#comment-17748093 ] Gyula Fora commented on FLINK-32700: We should not silently fall back to cancel > Support job drain

[jira] [Assigned] (FLINK-32700) Support job drain for Savepoint upgrade mode jobs in Flink Operator

2023-07-27 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora reassigned FLINK-32700: -- Assignee: Manan Mangal > Support job drain for Savepoint upgrade mode jobs in Flink Operator

[GitHub] [flink] flinkbot commented on pull request #23092: [FLINK-32583][rest] Fix deadlock in RestClient (backport to 1.17)

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

[jira] [Commented] (FLINK-32471) IS_NOT_NULL can add to SUITABLE_FILTER_TO_PUSH

2023-07-27 Thread grandfisher (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17748089#comment-17748089 ] grandfisher commented on FLINK-32471: - HI,[~337361...@qq.com] please review 

[GitHub] [flink] patricklucas commented on pull request #22987: [FLINK-32583][rest] Fix deadlock in RestClient

2023-07-27 Thread via GitHub
patricklucas commented on PR #22987: URL: https://github.com/apache/flink/pull/22987#issuecomment-1653394915 > @XComp CI looks promising, starting on the backport. Just 1.17 or also 1.16? Hmm, it seems that there are various other changes that haven't been backported to release-1.17

[jira] [Created] (FLINK-32704) Supports spilling to disk when feedback channel memory buffer is full

2023-07-27 Thread Jiang Xin (Jira)
Jiang Xin created FLINK-32704: - Summary: Supports spilling to disk when feedback channel memory buffer is full Key: FLINK-32704 URL: https://issues.apache.org/jira/browse/FLINK-32704 Project: Flink

[GitHub] [flink] GrandFisher commented on pull request #23088: [FLINK-32471][table]Add is_not_null to join push rule

2023-07-27 Thread via GitHub
GrandFisher commented on PR #23088: URL: https://github.com/apache/flink/pull/23088#issuecomment-1653390224 I don't know how to format xml use flink style , I'm not found in the [flink IDE dev doc](https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/flinkdev/ide_setup/) --

[GitHub] [flink] dawidwys commented on a diff in pull request #23090: [FLINK-32689] Improve validation of local time zone

2023-07-27 Thread via GitHub
dawidwys commented on code in PR #23090: URL: https://github.com/apache/flink/pull/23090#discussion_r1276104533 ## flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/api/TableConfigTest.java: ## @@ -79,10 +79,8 @@ void testSetAndGetLocalTimeZone() {

[GitHub] [flink] flinkbot commented on pull request #23091: [FLINK-32703][hotfix] Fix typo in shading com.google.protobuf:protobu…

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

[GitHub] [flink] patricklucas commented on pull request #22987: [FLINK-32583][rest] Fix deadlock in RestClient

2023-07-27 Thread via GitHub
patricklucas commented on PR #22987: URL: https://github.com/apache/flink/pull/22987#issuecomment-1653380951 @XComp CI looks promising, starting on the backport. Just 1.17 or also 1.16? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Updated] (FLINK-32703) [hotfix] flink-python POM has a typo for protobuf-java in shading config

2023-07-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32703: --- Labels: pull-request-available (was: ) > [hotfix] flink-python POM has a typo for

[GitHub] [flink] hlteoh37 opened a new pull request, #23091: [FLINK-32703][hotfix] Fix typo in shading com.google.protobuf:protobu…

2023-07-27 Thread via GitHub
hlteoh37 opened a new pull request, #23091: URL: https://github.com/apache/flink/pull/23091 …f-java in flink-python ## What is the purpose of the change Fix typo in shading config for `flink-python`. Now it will include `com.google.protobuf:protobuf-java` in jar. ## Brief

[jira] [Created] (FLINK-32703) [hotfix] flink-python POM has a typo for protobuf-java in shading config

2023-07-27 Thread Hong Liang Teoh (Jira)
Hong Liang Teoh created FLINK-32703: --- Summary: [hotfix] flink-python POM has a typo for protobuf-java in shading config Key: FLINK-32703 URL: https://issues.apache.org/jira/browse/FLINK-32703

[jira] [Updated] (FLINK-28045) [umbrella] Blockers for SourceFunction API removal (in Flink 2.0)

2023-07-27 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Fedulov updated FLINK-28045: -- Description: This ticket should only contain items where SourceFunction is already

[jira] [Commented] (FLINK-28045) [umbrella] Blockers for SourceFunction API removal (in Flink 2.0)

2023-07-27 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747894#comment-17747894 ] Alexander Fedulov commented on FLINK-28045: --- Hi [~dannycranmer], thanks for the confirmation!

[GitHub] [flink-connector-pulsar] tisonkun commented on pull request #56: [FLINK-26203] Basic table factory for Pulsar connector

2023-07-27 Thread via GitHub
tisonkun commented on PR #56: URL: https://github.com/apache/flink-connector-pulsar/pull/56#issuecomment-1653298964 Update JIRA number, this should cover several subtasks under FLINK-26203. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [flink] twalthr commented on a diff in pull request #23084: [FLINK-32691] SELECT fcn does not work with an unset catalog or database

2023-07-27 Thread via GitHub
twalthr commented on code in PR #23084: URL: https://github.com/apache/flink/pull/23084#discussion_r1276012516 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/catalog/UnknownCatalogTest.java: ## @@ -55,6 +56,52 @@ public class UnknownCatalogTest

[GitHub] [flink] flinkbot commented on pull request #23090: [FLINK-32689] Improve validation of local time zone

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

[GitHub] [flink] twalthr commented on a diff in pull request #23084: [FLINK-32691] SELECT fcn does not work with an unset catalog or database

2023-07-27 Thread via GitHub
twalthr commented on code in PR #23084: URL: https://github.com/apache/flink/pull/23084#discussion_r1276012516 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/catalog/UnknownCatalogTest.java: ## @@ -55,6 +56,52 @@ public class UnknownCatalogTest

[jira] [Updated] (FLINK-32689) Insufficient validation for table.local-time-zone

2023-07-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32689: --- Labels: pull-request-available (was: ) > Insufficient validation for table.local-time-zone

[GitHub] [flink] twalthr opened a new pull request, #23090: [FLINK-32689] Improve validation of local time zone

2023-07-27 Thread via GitHub
twalthr opened a new pull request, #23090: URL: https://github.com/apache/flink/pull/23090 ## What is the purpose of the change This fixes the insufficient validation of ZoneId for setting local time zones. ## Brief change log - It ensures that no information is lost

[jira] [Commented] (FLINK-25438) KafkaProducerExactlyOnceITCase.testMultipleSinkOperators failed due to topic 'exactlyTopicCustomOperator20' already exists

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747875#comment-17747875 ] Sergey Nuyanzin commented on FLINK-25438: - similar failure {noformat} Jul 25 01:38:36 Caused by:

[GitHub] [flink] flinkbot commented on pull request #23089: [FLINK-32702][examples] include flink-connector-datagen for streaming examples

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

[jira] [Updated] (FLINK-32702) streaming examples could not run

2023-07-27 Thread Weihua Hu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weihua Hu updated FLINK-32702: -- Description: There are some streaming examples that depend on flink-connector-datagen, but didn't

[jira] [Commented] (FLINK-32662) JobMasterTest.testRetrievingCheckpointStats fails with NPE on AZP

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747874#comment-17747874 ] Sergey Nuyanzin commented on FLINK-32662: -

[GitHub] [flink-connector-pulsar] MartijnVisser commented on pull request #56: [FLINK-XXXXX] Basic table factory for Pulsar connector

2023-07-27 Thread via GitHub
MartijnVisser commented on PR #56: URL: https://github.com/apache/flink-connector-pulsar/pull/56#issuecomment-1653220914 > I'll respect all their credits before merging. @tisonkun This seems to indicate that this contains code that's been contributed by people outside of the ASF, is

[jira] [Updated] (FLINK-32681) RocksDBStateDownloaderTest.testMultiThreadCleanupOnFailure unstablie

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated FLINK-32681: Labels: test-stability (was: ) >

[jira] [Updated] (FLINK-32702) streaming examples could not run

2023-07-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32702: --- Labels: pull-request-available (was: ) > streaming examples could not run >

[jira] [Commented] (FLINK-32681) RocksDBStateDownloaderTest.testMultiThreadCleanupOnFailure unstablie

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747872#comment-17747872 ] Sergey Nuyanzin commented on FLINK-32681: -

[GitHub] [flink] huwh opened a new pull request, #23089: [FLINK-32702][examples] include flink-connector-datagen for streaming examples

2023-07-27 Thread via GitHub
huwh opened a new pull request, #23089: URL: https://github.com/apache/flink/pull/23089 ## What is the purpose of the change To resolve a bug that some streaming examples were unable to run. Let the streaming example jars include flink-connector-datagen. ## Brief

[jira] [Commented] (FLINK-26974) Python EmbeddedThreadDependencyTests.test_add_python_file failed on azure

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747869#comment-17747869 ] Sergey Nuyanzin commented on FLINK-26974: -

[jira] [Closed] (FLINK-29977) Kafka connector not compatible with kafka-clients 3.3x

2023-07-27 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-29977. Resolution: Duplicate > Kafka connector not compatible with kafka-clients 3.3x >

[jira] [Commented] (FLINK-30433) HiveDialectITCase#testCreateDatabase fails with "Could not execute CREATE DATABASE"

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-30433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747868#comment-17747868 ] Sergey Nuyanzin commented on FLINK-30433: -

[GitHub] [flink] zentol closed pull request #21313: [FLINK-29977][kafka] Add fallback 'txnPartitionMap' lookup

2023-07-27 Thread via GitHub
zentol closed pull request #21313: [FLINK-29977][kafka] Add fallback 'txnPartitionMap' lookup URL: https://github.com/apache/flink/pull/21313 -- 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

[jira] [Updated] (FLINK-32702) streaming examples could not run

2023-07-27 Thread Weihua Hu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weihua Hu updated FLINK-32702: -- Description: There are some streaming examples that depend on flink-connector-datagen, but didn't

[jira] [Commented] (FLINK-32662) JobMasterTest.testRetrievingCheckpointStats fails with NPE on AZP

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747865#comment-17747865 ] Sergey Nuyanzin commented on FLINK-32662: -

[jira] [Commented] (FLINK-32523) NotifyCheckpointAbortedITCase.testNotifyCheckpointAborted fails with timeout on AZP

2023-07-27 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747863#comment-17747863 ] Sergey Nuyanzin commented on FLINK-32523: - master:

[jira] [Created] (FLINK-32702) streaming examples could not run

2023-07-27 Thread Weihua Hu (Jira)
Weihua Hu created FLINK-32702: - Summary: streaming examples could not run Key: FLINK-32702 URL: https://issues.apache.org/jira/browse/FLINK-32702 Project: Flink Issue Type: Bug

  1   2   >