Re: [PR] [FLINK-33041][docs] Add an article to guide users to migrate their DataSet jobs to DataStream [flink]

2023-10-15 Thread via GitHub
WencongLiu commented on code in PR #23362: URL: https://github.com/apache/flink/pull/23362#discussion_r1360096007 ## docs/content/docs/dev/datastream/dataset_migration.md: ## @@ -0,0 +1,758 @@ +--- +title: "How To Migrate From DataSet to DataStream" +weight: 302 +type: docs

[jira] [Commented] (FLINK-33185) HybridShuffleITCase fails with TimeoutException: Pending slot request timed out in slot pool on AZP

2023-10-15 Thread Yangze Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17775540#comment-17775540 ] Yangze Guo commented on FLINK-33185: Another instance [~Weijie Guo] 

Re: [PR] [FLINK-33203][sql-gateway] Introduce env.java.opts.sql-gateway to spe… [flink]

2023-10-15 Thread via GitHub
KarmaGYZ commented on PR #23526: URL: https://github.com/apache/flink/pull/23526#issuecomment-1763772532 @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-31275) Flink supports reporting and storage of source/sink tables relationship

2023-10-15 Thread Zhenqiu Huang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17775527#comment-17775527 ] Zhenqiu Huang commented on FLINK-31275: --- [~zjureel] We have similar requirements. To accelerate

Re: [PR] [FLINK-33041][docs] Add an article to guide users to migrate their DataSet jobs to DataStream [flink]

2023-10-15 Thread via GitHub
WencongLiu commented on code in PR #23362: URL: https://github.com/apache/flink/pull/23362#discussion_r1360095973 ## docs/content/docs/dev/datastream/dataset_migration.md: ## @@ -0,0 +1,758 @@ +--- +title: "How To Migrate From DataSet to DataStream" +weight: 302 +type: docs

Re: [PR] [FLINK-33097][autoscaler] Initialize the generic autoscaler module and interfaces [flink-kubernetes-operator]

2023-10-15 Thread via GitHub
1996fanrui commented on code in PR #677: URL: https://github.com/apache/flink-kubernetes-operator/pull/677#discussion_r1360079090 ## flink-autoscaler/src/main/java/org/apache/flink/autoscaler/ScalingMetricCollector.java: ## @@ -441,15 +442,21 @@ protected Collection

Re: [PR] [FLINK-31339][tests] Fix unstable tests of flink-end-to-end-tests-sql module [flink]

2023-10-15 Thread via GitHub
Jiabao-Sun commented on PR #23507: URL: https://github.com/apache/flink/pull/23507#issuecomment-1763677474 @luoyuxia, @lsyldliu, please take a look when you have time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [FLINK-33116][tests] Fix CliClientTest.testCancelExecutionInteractiveMode fails with NPE [flink]

2023-10-15 Thread via GitHub
Jiabao-Sun commented on PR #23515: URL: https://github.com/apache/flink/pull/23515#issuecomment-1763676473 Hi @fsk119, could you help review this when you have time? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Updated] (FLINK-20281) Window aggregation supports changelog stream input

2023-10-15 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu updated FLINK-20281: Priority: Major (was: Not a Priority) > Window aggregation supports changelog stream input >

Re: [PR] [FLINK-33203][sql-gateway] Introduce env.java.opts.sql-gateway to spe… [flink]

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

Re: [PR] [FLINK-32650][protobuf]Added the ability to split flink-protobuf code… [flink]

2023-10-15 Thread via GitHub
ljw-hit commented on code in PR #23162: URL: https://github.com/apache/flink/pull/23162#discussion_r1360044268 ## flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/BigProtoBufCodeSpiltterTest.java: ## @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache

[jira] [Updated] (FLINK-33203) FLIP-374: Adding a separate configuration for specifying Java Options of the SQL Gateway

2023-10-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-33203: --- Labels: pull-request-available (was: ) > FLIP-374: Adding a separate configuration for

[PR] [FLINK-33203][sql-gateway] Introduce env.java.opts.sql-gateway to spe… [flink]

2023-10-15 Thread via GitHub
KarmaGYZ opened a new pull request, #23526: URL: https://github.com/apache/flink/pull/23526 …cify the jvm options of sql gateway ## What is the purpose of the change Introduce env.java.opts.sql-gateway to specify the jvm options of sql gateway. ## Verifying this

Re: [PR] [FLINK-33198][Format/Avro] support local timezone timestamp logic type in AVRO [flink]

2023-10-15 Thread via GitHub
HuangZhenQiu commented on PR #23511: URL: https://github.com/apache/flink/pull/23511#issuecomment-1763633001 > Thank you @HuangZhenQiu a lot for contributing this. > > After reading the [Avro spec](https://avro.apache.org/docs/1.11.0/spec.html), I think we have wrongly mapped the

Re: [PR] [FLINK-33097][autoscaler] Initialize the generic autoscaler module and interfaces [flink-kubernetes-operator]

2023-10-15 Thread via GitHub
1996fanrui commented on code in PR #677: URL: https://github.com/apache/flink-kubernetes-operator/pull/677#discussion_r1360032639 ## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/KubernetesJobAutoScalerContext.java: ## @@ -0,0 +1,67 @@

Re: [PR] [hotfix][docs] Remove the OverrideDefault annotation for option slotmanager.number-of-slots.min [flink]

2023-10-15 Thread via GitHub
KarmaGYZ merged PR #23525: URL: https://github.com/apache/flink/pull/23525 -- 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] [Created] (FLINK-33277) Upgrading to actions/checkout@v4 requires GLIBC 2.25, 2.27, or 2.28 to be installed, apparently

2023-10-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33277: - Summary: Upgrading to actions/checkout@v4 requires GLIBC 2.25, 2.27, or 2.28 to be installed, apparently Key: FLINK-33277 URL: https://issues.apache.org/jira/browse/FLINK-33277

[jira] [Resolved] (FLINK-33254) Improve speed of compile step

2023-10-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl resolved FLINK-33254. --- Resolution: Fixed > Improve speed of compile step > - > >

[jira] [Commented] (FLINK-33254) Improve speed of compile step

2023-10-15 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17775373#comment-17775373 ] Matthias Pohl commented on FLINK-33254: --- The issues above are fixed. I tried to introduce caching

Re: [PR] [FLINK-33171][table planner] Table SQL support Not Equal for TimePoint type and TimeString [flink]

2023-10-15 Thread via GitHub
lincoln-lil commented on PR #23478: URL: https://github.com/apache/flink/pull/23478#issuecomment-1763405879 > @lincoln-lil Based on the approach you provided, I attempted to write some test cases. However, there are two types that are not covered: > > 1. non comparable types: I don't

Re: [PR] [FLINK-33171][table planner] Table SQL support Not Equal for TimePoint type and TimeString [flink]

2023-10-15 Thread via GitHub
lincoln-lil commented on code in PR #23478: URL: https://github.com/apache/flink/pull/23478#discussion_r1359886599 ## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/calls/ScalarOperatorGens.scala: ## @@ -488,6 +488,18 @@ object

Re: [PR] [FLINK-33198][Format/Avro] support local timezone timestamp logic type in AVRO [flink]

2023-10-15 Thread via GitHub
wuchong commented on code in PR #23511: URL: https://github.com/apache/flink/pull/23511#discussion_r1359881451 ## flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/utils/AvroTestUtils.java: ## @@ -102,6 +104,13 @@ public final class AvroTestUtils {

[jira] [Updated] (FLINK-33181) Table using `kinesis` connector can not be used for both read & write operations if it's defined with unsupported sink property

2023-10-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-33181: --- Labels: pull-request-available (was: ) > Table using `kinesis` connector can not be used

Re: [PR] [FLINK-33181] Allow a table definition can be used to read & write data to. [flink-connector-aws]

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

[PR] [FLINK-33181] Allow a table definition can be used to read & write data to. [flink-connector-aws]

2023-10-15 Thread via GitHub
vtkhanh opened a new pull request, #105: URL: https://github.com/apache/flink-connector-aws/pull/105 ## Purpose of the change Allow a table can be used as a source and sink when it's defined with both consumer & producer options. The ability is achieved by not verifying an

[jira] [Closed] (FLINK-33030) Add python 3.11 support

2023-10-15 Thread Jira
[ https://issues.apache.org/jira/browse/FLINK-33030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi closed FLINK-33030. -- Resolution: Implemented

Re: [PR] [FLINK-33030][python]Add python 3.11 support [flink]

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