[jira] [Closed] (FLINK-29409) Add Transformer and Estimator for VarianceThresholdSelector

2022-10-12 Thread Jiang Xin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiang Xin closed FLINK-29409. - > Add Transformer and Estimator for VarianceThresholdSelector >

[jira] [Resolved] (FLINK-29409) Add Transformer and Estimator for VarianceThresholdSelector

2022-10-12 Thread Jiang Xin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiang Xin resolved FLINK-29409. --- Resolution: Fixed Merged to master via ebc80ceab35ebee33e33f85704e3f4d6a85a9fd4 > Add Transformer

[jira] [Created] (FLINK-29595) Add Estimator and Transformer for ChiSqSelector

2022-10-12 Thread Yunfeng Zhou (Jira)
Yunfeng Zhou created FLINK-29595: Summary: Add Estimator and Transformer for ChiSqSelector Key: FLINK-29595 URL: https://issues.apache.org/jira/browse/FLINK-29595 Project: Flink Issue Type:

[jira] [Updated] (FLINK-29592) Add Transformer and Estimator for RobustScaler

2022-10-12 Thread Jiang Xin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiang Xin updated FLINK-29592: -- Fix Version/s: ml-2.2.0 > Add Transformer and Estimator for RobustScaler >

[jira] [Updated] (FLINK-29593) Add Approximate Quantile Util

2022-10-12 Thread Jiang Xin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiang Xin updated FLINK-29593: -- Fix Version/s: ml-2.2.0 > Add Approximate Quantile Util > - > >

[jira] [Updated] (FLINK-29409) Add Transformer and Estimator for VarianceThresholdSelector

2022-10-12 Thread Jiang Xin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiang Xin updated FLINK-29409: -- Fix Version/s: ml-2.2.0 > Add Transformer and Estimator for VarianceThresholdSelector >

[jira] [Updated] (FLINK-29424) Add Pull Request Template for flink-ml Project

2022-10-12 Thread Jiang Xin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiang Xin updated FLINK-29424: -- Fix Version/s: ml-2.2.0 > Add Pull Request Template for flink-ml Project >

[jira] [Commented] (FLINK-27529) HybridSourceSplitEnumerator sourceIndex using error Integer check

2022-10-12 Thread Ran Tao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616302#comment-17616302 ] Ran Tao commented on FLINK-27529: - [~thw]hi, Thomas, can u take a look. I have post some JetBrains IDEA

[GitHub] [flink] luoyuxia commented on a diff in pull request #21026: [FLINK-29590][hive] fix literal issue in Hive dialect

2022-10-12 Thread GitBox
luoyuxia commented on code in PR #21026: URL: https://github.com/apache/flink/pull/21026#discussion_r993223867 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/HiveParserTypeCheckProcFactory.java: ## @@ -1355,6 +1403,46 @@

[jira] [Updated] (FLINK-27529) HybridSourceSplitEnumerator sourceIndex using error Integer check

2022-10-12 Thread Ran Tao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Tao updated FLINK-27529: Labels: pull-request-available (was: pull-request-available stale-assigned) >

[GitHub] [flink] kristoffSC opened a new pull request, #21029: [FLINK-29509] Set proper subtaskId and numberOfSubtasks on CheckpointCommittableManagerImpl during recovery/deserialization.

2022-10-12 Thread GitBox
kristoffSC opened a new pull request, #21029: URL: https://github.com/apache/flink/pull/21029 ## What is the purpose of the change Unchanged backport of #<20979> Fixing FLINK-29509 by setting the correct `subtaskId` and `numberOfSubtasks` for

[GitHub] [flink] chucheng92 commented on pull request #19654: [FLINK-27529][connector/common] Replace HybridSourceSplitEnumerator readerSourceIndex to safely Integer check

2022-10-12 Thread GitBox
chucheng92 commented on PR #19654: URL: https://github.com/apache/flink/pull/19654#issuecomment-1275852912 > @chucheng92 can you add a unit test? maybe that would clarify what the underlying problem is. pls see the IDEA screenshot. i think we need to change to equals method instead of

[jira] [Updated] (FLINK-29586) Let write buffer spillable

2022-10-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-29586: --- Labels: pull-request-available (was: ) > Let write buffer spillable >

[jira] [Commented] (FLINK-29589) Data Loss in Sink GlobalCommitter during Task Manager recovery

2022-10-12 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616298#comment-17616298 ] Chesnay Schepler commented on FLINK-29589: -- Does this also happen in 1.15 / 1.16-SNAPSHOT

[GitHub] [flink-table-store] JingsongLi commented on pull request #315: [FLINK-29586] Let write buffer spillable

2022-10-12 Thread GitBox
JingsongLi commented on PR #315: URL: https://github.com/apache/flink-table-store/pull/315#issuecomment-1275851335 Performance improvement: Before: https://user-images.githubusercontent.com/9601882/195302829-2aab66b9-88de-4ed1-93b8-457fce4b1254.png;> Checkpoint End to End

[jira] [Updated] (FLINK-29589) Data Loss in Sink GlobalCommitter during Task Manager recovery

2022-10-12 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-29589: - Affects Version/s: (was: 1.14.2) (was: 1.14.3)

[jira] [Updated] (FLINK-29576) Serialized OperatorCoordinators are collected in a not thread-safe ArrayList even though serialization was parallelized in FLINK-26675

2022-10-12 Thread Chesnay Schepler (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-29576: - Fix Version/s: 1.16.0 > Serialized OperatorCoordinators are collected in a not

[GitHub] [flink] zentol commented on a diff in pull request #21019: [FLINK-29576][runtime] Adds concurrency support to JobVertex#addOperatorCoordinator

2022-10-12 Thread GitBox
zentol commented on code in PR #21019: URL: https://github.com/apache/flink/pull/21019#discussion_r993203411 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java: ## @@ -298,6 +303,27 @@ private JobGraph createJobGraph() {

[jira] [Resolved] (FLINK-28906) Add AlgoOperator for AgglomerativeClustering

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhipeng Zhang resolved FLINK-28906. --- Resolution: Fixed > Add AlgoOperator for AgglomerativeClustering >

[GitHub] [flink] snuyanzin commented on a diff in pull request #20850: [FLINK-20873][Table SQl/API] Update to calcite 1.27

2022-10-12 Thread GitBox
snuyanzin commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r993204783 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/FlinkAggregateExpandDistinctAggregatesRule.java: ## @@ -484,6

[GitHub] [flink] chucheng92 commented on a diff in pull request #19654: [FLINK-27529][connector/common] Replace HybridSourceSplitEnumerator readerSourceIndex to safely Integer check

2022-10-12 Thread GitBox
chucheng92 commented on code in PR #19654: URL: https://github.com/apache/flink/pull/19654#discussion_r993203156 ## flink-connectors/flink-connector-base/src/main/java/org/apache/flink/connector/base/source/hybrid/HybridSourceSplitEnumerator.java: ## @@ -355,7 +355,8 @@ public

[jira] [Comment Edited] (FLINK-29176) Add python support for ChiSqTest

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616290#comment-17616290 ] Zhipeng Zhang edited comment on FLINK-29176 at 10/12/22 9:07 AM: - Hi

[jira] (FLINK-29176) Add python support for ChiSqTest

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29176 ] Zhipeng Zhang deleted comment on FLINK-29176: --- was (Author: JIRAUSER284184): Duplicate with https://issues.apache.org/jira/browse/FLINK-28571 > Add python support for ChiSqTest >

[jira] [Comment Edited] (FLINK-29176) Add python support for ChiSqTest

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616290#comment-17616290 ] Zhipeng Zhang edited comment on FLINK-29176 at 10/12/22 9:06 AM: - Hi

[GitHub] [flink] flinkbot commented on pull request #21028: [FLINK-28229][streaming-java] Introduce Source API alternatives for treamExecutionEnvironment#fromCollection() methods

2022-10-12 Thread GitBox
flinkbot commented on PR #21028: URL: https://github.com/apache/flink/pull/21028#issuecomment-1275836856 ## CI report: * c06b60a09b3897d82408a02daa2250c138f2565f UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Closed] (FLINK-29176) Add python support for ChiSqTest

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhipeng Zhang closed FLINK-29176. - Resolution: Duplicate Duplicate with https://issues.apache.org/jira/browse/FLINK-28571 > Add

[jira] [Reopened] (FLINK-29176) Add python support for ChiSqTest

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhipeng Zhang reopened FLINK-29176: --- > Add python support for ChiSqTest > > > Key:

[jira] [Resolved] (FLINK-29176) Add python support for ChiSqTest

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhipeng Zhang resolved FLINK-29176. --- Resolution: Fixed > Add python support for ChiSqTest > > >

[jira] [Commented] (FLINK-28229) Introduce Source API alternatives for StreamExecutionEnvironment#fromCollection() methods

2022-10-12 Thread Tigran Manasyan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616291#comment-17616291 ] Tigran Manasyan commented on FLINK-28229: - [~martijnvisser] thanks! Opened PR -

[jira] [Commented] (FLINK-29176) Add python support for ChiSqTest

2022-10-12 Thread Zhipeng Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616290#comment-17616290 ] Zhipeng Zhang commented on FLINK-29176: --- Hi [~zxcoccer] , sorry for the late reply. This Jira is

[jira] [Created] (FLINK-29594) RMQSourceITCase.testMessageDelivery timed out

2022-10-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-29594: - Summary: RMQSourceITCase.testMessageDelivery timed out Key: FLINK-29594 URL: https://issues.apache.org/jira/browse/FLINK-29594 Project: Flink Issue Type:

[jira] [Updated] (FLINK-28229) Introduce Source API alternatives for StreamExecutionEnvironment#fromCollection() methods

2022-10-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-28229: --- Labels: pull-request-available (was: ) > Introduce Source API alternatives for >

[GitHub] [flink] tigrulya-exe opened a new pull request, #21028: [FLINK-28229][streaming-java] Introduce Source API alternatives for treamExecutionEnvironment#fromCollection() methods

2022-10-12 Thread GitBox
tigrulya-exe opened a new pull request, #21028: URL: https://github.com/apache/flink/pull/21028 ## What is the purpose of the change This pull request adds FLIP-27 Source API alternatives for `FromElementsFunction` and `FromIteratorFunction`. ## Brief change log

[GitHub] [flink] kristoffSC commented on a diff in pull request #20979: [FLINK-29509] Set proper subtaskId and numberOfSubtasks on CheckpointCommittableManagerImpl during recovery/deserialization.

2022-10-12 Thread GitBox
kristoffSC commented on code in PR #20979: URL: https://github.com/apache/flink/pull/20979#discussion_r993192612 ## flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/sink/committables/CheckpointCommittableManagerImplTest.java: ## @@ -93,6 +95,32 @@

[GitHub] [flink] lsyldliu commented on a diff in pull request #21026: [FLINK-29590][hive] fix literal issue in Hive dialect

2022-10-12 Thread GitBox
lsyldliu commented on code in PR #21026: URL: https://github.com/apache/flink/pull/21026#discussion_r993131703 ## flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveDialectITCase.java: ## @@ -39,6 +39,8 @@ import

[jira] [Updated] (FLINK-29593) Add Approximate Quantile Util

2022-10-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-29593: --- Labels: pull-request-available (was: ) > Add Approximate Quantile Util >

[GitHub] [flink-ml] jiangxin369 opened a new pull request, #162: [FLINK-29593] Add QuantileSummary to help calculate approximate quant…

2022-10-12 Thread GitBox
jiangxin369 opened a new pull request, #162: URL: https://github.com/apache/flink-ml/pull/162 …iles ## What is the purpose of the change Add QuantileSummary to help calculate approximate quantiles ## Brief change log *(for example:)* - Add

[jira] [Commented] (FLINK-18647) How to handle processing time timers with bounded input

2022-10-12 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616283#comment-17616283 ] Piotr Nowojski commented on FLINK-18647: +1 for moving the discussion to the dev mailing list.

[jira] [Closed] (FLINK-29486) Introduce Client Parser to get statement type

2022-10-12 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang closed FLINK-29486. - Resolution: Implemented > Introduce Client Parser to get statement type >

[jira] [Commented] (FLINK-29486) Introduce Client Parser to get statement type

2022-10-12 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616281#comment-17616281 ] Shengkai Fang commented on FLINK-29486: --- The Client parser relies on the TokenManager that used by

[jira] [Resolved] (FLINK-27384) In the Hive dimension table, when the data is changed on the original partition, the create_time configuration does not take effect

2022-10-12 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-27384. Resolution: Fixed > In the Hive dimension table, when the data is changed on the original >

[jira] [Updated] (FLINK-27384) In the Hive dimension table, when the data is changed on the original partition, the create_time configuration does not take effect

2022-10-12 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-27384: --- Fix Version/s: 1.16.0 1.15.3 1.14.7 > In the Hive dimension

[jira] [Comment Edited] (FLINK-27384) In the Hive dimension table, when the data is changed on the original partition, the create_time configuration does not take effect

2022-10-12 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-27384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17572727#comment-17572727 ] Leonard Xu edited comment on FLINK-27384 at 10/12/22 8:40 AM: -- Fixed in

[jira] [Commented] (FLINK-29387) IntervalJoinITCase.testIntervalJoinSideOutputRightLateData failed with AssertionError

2022-10-12 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616277#comment-17616277 ] Matthias Pohl commented on FLINK-29387: ---

[jira] [Created] (FLINK-29593) Add Approximate Quantile Util

2022-10-12 Thread Jiang Xin (Jira)
Jiang Xin created FLINK-29593: - Summary: Add Approximate Quantile Util Key: FLINK-29593 URL: https://issues.apache.org/jira/browse/FLINK-29593 Project: Flink Issue Type: Sub-task

[GitHub] [flink] leonardBang merged pull request #20434: [FLINK-27384][hive] Fix the modified partitions are missed in tempora…

2022-10-12 Thread GitBox
leonardBang merged PR #20434: URL: https://github.com/apache/flink/pull/20434 -- 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] leonardBang merged pull request #20437: [FLINK-27384][hive] Fix the modified partitions are missed in temporal table with create-time mode

2022-10-12 Thread GitBox
leonardBang merged PR #20437: URL: https://github.com/apache/flink/pull/20437 -- 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] [Assigned] (FLINK-29486) Introduce Client Parser to get statement type

2022-10-12 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang reassigned FLINK-29486: - Assignee: yuzelin > Introduce Client Parser to get statement type >

[jira] [Updated] (FLINK-29486) Introduce Client Parser to get statement type

2022-10-12 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang updated FLINK-29486: -- Summary: Introduce Client Parser to get statement type (was: Enable SQL Client to Connect

[jira] [Created] (FLINK-29592) Add Transformer and Estimator for RobustScaler

2022-10-12 Thread Jiang Xin (Jira)
Jiang Xin created FLINK-29592: - Summary: Add Transformer and Estimator for RobustScaler Key: FLINK-29592 URL: https://issues.apache.org/jira/browse/FLINK-29592 Project: Flink Issue Type: New

[jira] [Updated] (FLINK-29486) Enable SQL Client to Connect SQL Gateway in Remote Mode

2022-10-12 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang updated FLINK-29486: -- Parent: FLINK-29073 Issue Type: Sub-task (was: New Feature) > Enable SQL Client to

[jira] [Commented] (FLINK-29486) Enable SQL Client to Connect SQL Gateway in Remote Mode

2022-10-12 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616273#comment-17616273 ] Shengkai Fang commented on FLINK-29486: --- Merged into master:

[GitHub] [flink] fsk119 merged pull request #20931: [FLINK-29486][sql-client] Implement ClientParser for implementing remote SQL client later

2022-10-12 Thread GitBox
fsk119 merged PR #20931: URL: https://github.com/apache/flink/pull/20931 -- 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] fapaul commented on a diff in pull request #20979: [FLINK-29509] Set proper subtaskId and numberOfSubtasks on CheckpointCommittableManagerImpl during recovery/deserialization.

2022-10-12 Thread GitBox
fapaul commented on code in PR #20979: URL: https://github.com/apache/flink/pull/20979#discussion_r993147592 ## flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/sink/committables/CheckpointCommittableManagerImplTest.java: ## @@ -93,6 +95,32 @@

[GitHub] [flink] dannycranmer commented on pull request #20937: [FLINK-29478][flink-connector/hive] Flink connector hive upgrade to 3.1.3

2022-10-12 Thread GitBox
dannycranmer commented on PR #20937: URL: https://github.com/apache/flink/pull/20937#issuecomment-1275785276 I rebuilt `hive-exec` from source to get the shade output, I see some additional issues with the sql NOTICE file: These are included in `hive-exec` 3.1.3 ``` [INFO]

[GitHub] [flink] snuyanzin commented on pull request #20991: [FLINK-25538][flink-connector-kafka] JUnit5 Migration

2022-10-12 Thread GitBox
snuyanzin commented on PR #20991: URL: https://github.com/apache/flink/pull/20991#issuecomment-1275766548 Thanks for your contribution @ashmeet-kandhari As I mentioned in jira issue we could continue code related discussions here Could you please share more detail/link to ci with

[jira] [Comment Edited] (FLINK-25538) [JUnit5 Migration] Module: flink-connector-kafka

2022-10-12 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616259#comment-17616259 ] Sergey Nuyanzin edited comment on FLINK-25538 at 10/12/22 8:08 AM: --- Hi

[jira] [Closed] (FLINK-29574) Upgrade software.amazon.glue:schema-registry-common and software.amazon.glue:schema-registry-serde dependency from 1.1.8 to 1.1.14

2022-10-12 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Cranmer closed FLINK-29574. - Resolution: Fixed > Upgrade software.amazon.glue:schema-registry-common and >

[GitHub] [flink-web] godfreyhe commented on a diff in pull request #574: Announcement blogpost for the 1.16 release

2022-10-12 Thread GitBox
godfreyhe commented on code in PR #574: URL: https://github.com/apache/flink-web/pull/574#discussion_r993109931 ## _posts/2022-10-10-1.16-announcement.md: ## @@ -0,0 +1,401 @@ +--- +layout: post +title: "Announcing the Release of Apache Flink 1.16" +subtitle: "" +date:

[jira] [Commented] (FLINK-29482) Ingress always forces ClusterIP rest service type

2022-10-12 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616263#comment-17616263 ] Gyula Fora commented on FLINK-29482: I think based on the slack discussions this is not an issue

[jira] [Closed] (FLINK-29233) Flink Kubernetes Operator example/kustomize not running

2022-10-12 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-29233. -- Resolution: Cannot Reproduce > Flink Kubernetes Operator example/kustomize not running >

[GitHub] [flink] flinkbot commented on pull request #21027: fix(sec): upgrade org.apache.hadoop:hadoop-common to 3.2.4

2022-10-12 Thread GitBox
flinkbot commented on PR #21027: URL: https://github.com/apache/flink/pull/21027#issuecomment-1275751017 ## CI report: * ee4c9f8099ca932751d81a29bdd7c5d95f440fd1 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-18647) How to handle processing time timers with bounded input

2022-10-12 Thread Yun Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-18647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616262#comment-17616262 ] Yun Gao commented on FLINK-18647: - Hi [~pnowojski]  sorry for the long delay due to just back from the

[jira] [Comment Edited] (FLINK-25538) [JUnit5 Migration] Module: flink-connector-kafka

2022-10-12 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616259#comment-17616259 ] Sergey Nuyanzin edited comment on FLINK-25538 at 10/12/22 7:50 AM: --- Hi

[GitHub] [flink-web] godfreyhe commented on a diff in pull request #574: Announcement blogpost for the 1.16 release

2022-10-12 Thread GitBox
godfreyhe commented on code in PR #574: URL: https://github.com/apache/flink-web/pull/574#discussion_r993109931 ## _posts/2022-10-10-1.16-announcement.md: ## @@ -0,0 +1,401 @@ +--- +layout: post +title: "Announcing the Release of Apache Flink 1.16" +subtitle: "" +date:

[GitHub] [flink-web] godfreyhe commented on a diff in pull request #574: Announcement blogpost for the 1.16 release

2022-10-12 Thread GitBox
godfreyhe commented on code in PR #574: URL: https://github.com/apache/flink-web/pull/574#discussion_r993109091 ## _config.yml: ## @@ -73,6 +73,22 @@ FLINK_TABLE_STORE_GITHUB_REPO_NAME: flink-table-store # md1_url:

[jira] [Commented] (FLINK-25538) [JUnit5 Migration] Module: flink-connector-kafka

2022-10-12 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616259#comment-17616259 ] Sergey Nuyanzin commented on FLINK-25538: - Hi [~ashmeet] thanks for taking it. Is there any way

[GitHub] [flink] dannycranmer commented on pull request #20937: [FLINK-29478][flink-connector/hive] Flink connector hive upgrade to 3.1.3

2022-10-12 Thread GitBox
dannycranmer commented on PR #20937: URL: https://github.com/apache/flink/pull/20937#issuecomment-1275731021 I am just verifying the NOTCE file and found a couple of issues. We are bundling the following in our jar, however they are not explicitly called out: > [INFO] Including

[jira] [Commented] (FLINK-29574) Upgrade software.amazon.glue:schema-registry-common and software.amazon.glue:schema-registry-serde dependency from 1.1.8 to 1.1.14

2022-10-12 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616245#comment-17616245 ] Danny Cranmer commented on FLINK-29574: --- Merged commit

[jira] [Commented] (FLINK-29577) Disable rocksdb wal when restore from full snapshot

2022-10-12 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616246#comment-17616246 ] Yun Tang commented on FLINK-29577: -- [~cailiuyang] If the disk usage could be reduced indeed, I think

[jira] [Commented] (FLINK-29574) Upgrade software.amazon.glue:schema-registry-common and software.amazon.glue:schema-registry-serde dependency from 1.1.8 to 1.1.14

2022-10-12 Thread Danny Cranmer (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616247#comment-17616247 ] Danny Cranmer commented on FLINK-29574: --- Thanks for the contribution [~liangtl] !  > Upgrade

[GitHub] [flink] dannycranmer merged pull request #21009: [FLINK-29574] Upgrade software.amazon.glue:schema-registry-common and…

2022-10-12 Thread GitBox
dannycranmer merged PR #21009: URL: https://github.com/apache/flink/pull/21009 -- 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] [Assigned] (FLINK-28229) Introduce Source API alternatives for StreamExecutionEnvironment#fromCollection() methods

2022-10-12 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Visser reassigned FLINK-28229: -- Assignee: Tigran Manasyan > Introduce Source API alternatives for >

[jira] [Commented] (FLINK-28229) Introduce Source API alternatives for StreamExecutionEnvironment#fromCollection() methods

2022-10-12 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616236#comment-17616236 ] Martijn Visser commented on FLINK-28229: [~vivacell] You can open a PR without being assigned,

[GitHub] [flink] snuyanzin commented on a diff in pull request #20850: [FLINK-20873][Table SQl/API] Update to calcite 1.27

2022-10-12 Thread GitBox
snuyanzin commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r993071814 ## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/catalog/JavaCatalogTableTest.xml: ## @@ -76,12 +75,11 @@

[GitHub] [flink] snuyanzin commented on a diff in pull request #20850: [FLINK-20873][Table SQl/API] Update to calcite 1.27

2022-10-12 Thread GitBox
snuyanzin commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r992790858 ## flink-table/flink-sql-parser-hive/pom.xml: ## @@ -56,6 +56,12 @@ under the License. guava ${guava.version}

[GitHub] [flink] snuyanzin commented on a diff in pull request #20850: [FLINK-20873][Table SQl/API] Update to calcite 1.27

2022-10-12 Thread GitBox
snuyanzin commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r992790858 ## flink-table/flink-sql-parser-hive/pom.xml: ## @@ -56,6 +56,12 @@ under the License. guava ${guava.version}

[GitHub] [flink] luoyuxia commented on pull request #20907: Flink 29337 hive3

2022-10-12 Thread GitBox
luoyuxia commented on PR #20907: URL: https://github.com/apache/flink/pull/20907#issuecomment-1275678633 @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-ml] yunfengzhou-hub commented on a diff in pull request #160: [FLINK-29434] Add AlgoOperator for Splitter

2022-10-12 Thread GitBox
yunfengzhou-hub commented on code in PR #160: URL: https://github.com/apache/flink-ml/pull/160#discussion_r993058402 ## flink-ml-lib/src/main/java/org/apache/flink/ml/feature/splitter/Splitter.java: ## @@ -0,0 +1,111 @@ +/* Review Comment: In order to align the

[GitHub] [flink] twalthr commented on a diff in pull request #20850: [FLINK-20873][Table SQl/API] Update to calcite 1.27

2022-10-12 Thread GitBox
twalthr commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r992266138 ## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/batch/sql/join/NestedLoopSemiAntiJoinTest.xml: ## @@ -673,8 +673,8 @@

[GitHub] [flink] twalthr commented on a diff in pull request #20850: [FLINK-20873][Table SQl/API] Update to calcite 1.27

2022-10-12 Thread GitBox
twalthr commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r993052648 ## flink-table/flink-table-planner/pom.xml: ## @@ -127,22 +127,22 @@ under the License. ${calcite.version}

[GitHub] [flink] twalthr commented on a diff in pull request #20850: [FLINK-20873][Table SQl/API] Update to calcite 1.27

2022-10-12 Thread GitBox
twalthr commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r993051603 ## flink-table/flink-sql-parser/pom.xml: ## @@ -193,6 +204,10 @@ under the License. org.apiguardian Review Comment: It would

[GitHub] [flink-kubernetes-operator] haoxins commented on pull request #399: [FLINK-29581] Trigger warning event for session job reconciliation exception

2022-10-12 Thread GitBox
haoxins commented on PR #399: URL: https://github.com/apache/flink-kubernetes-operator/pull/399#issuecomment-1275662962 > Can you please add a test case for this? will do -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [flink] luoyuxia commented on pull request #20907: Flink 29337 hive3

2022-10-12 Thread GitBox
luoyuxia commented on PR #20907: URL: https://github.com/apache/flink/pull/20907#issuecomment-1275653694 @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] [Created] (FLINK-29591) Add built-in UDFs to convert between arrays and vectors

2022-10-12 Thread Yunfeng Zhou (Jira)
Yunfeng Zhou created FLINK-29591: Summary: Add built-in UDFs to convert between arrays and vectors Key: FLINK-29591 URL: https://issues.apache.org/jira/browse/FLINK-29591 Project: Flink

[jira] [Commented] (FLINK-29492) Kafka exactly-once sink causes OutOfMemoryError

2022-10-12 Thread Qingsheng Ren (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616207#comment-17616207 ] Qingsheng Ren commented on FLINK-29492: --- Thanks [~ruanhang1993] . I've assign the ticket to you. I

[jira] [Commented] (FLINK-29006) PulsarSourceITCase failed with Could not acquire the minimum required resources.

2022-10-12 Thread Yufan Sheng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616205#comment-17616205 ] Yufan Sheng commented on FLINK-29006: - [~hxb] I think we can close this issue if no new failed

<    1   2   3