[jira] [Created] (FLINK-36187) Reimplement UniformShardAssigner using Kinesis shard hashes

2024-08-30 Thread Hong Liang Teoh (Jira)
Hong Liang Teoh created FLINK-36187: --- Summary: Reimplement UniformShardAssigner using Kinesis shard hashes Key: FLINK-36187 URL: https://issues.apache.org/jira/browse/FLINK-36187 Project: Flink

[VOTE] Apache Flink CDC Release 3.2.0, release candidate #1

2024-08-30 Thread Qingsheng Ren
Hi everyone, Please review and vote on the release candidate #1 for the version 3.2.0 of Apache Flink CDC, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) **Release Overview** As an overview, the release consists of the following: a)

[jira] [Created] (FLINK-36188) HBase disable buffer flush lose efficacy

2024-08-30 Thread MOBIN (Jira)
MOBIN created FLINK-36188: - Summary: HBase disable buffer flush lose efficacy Key: FLINK-36188 URL: https://issues.apache.org/jira/browse/FLINK-36188 Project: Flink Issue Type: Bug Componen

Flink aggregation docs

2024-08-30 Thread David Radley
Hi , I am looking at https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/window-tvf/ and tried to follow the instructions, but it was not as I expected. I created a javascript program to populate a table defined as per the docs in the Tumble section. Unfortunately ti

Re: Flink aggregation docs

2024-08-30 Thread Martijn Visser
Hi David, It's already mentioned in the docs: *Note: in order to better understand the behavior of windowing, we simplify the displaying of timestamp values to not show the trailing zeros, e.g. 2020-04-15 08:05 should be displayed as 2020-04-15 08:05:00.000 in Flink SQL Client if the type is TIME

RE: Flink aggregation docs

2024-08-30 Thread David Radley
Hi Martjin, OK thanks - I missed that, Kind regards, David. From: Martijn Visser Date: Friday, 30 August 2024 at 13:59 To: dev@flink.apache.org Subject: [EXTERNAL] Re: Flink aggregation docs Hi David, It's already mentioned in the docs: *Note: in order to better understand the behavior

[jira] [Created] (FLINK-36189) Documentation build is failing with NPM installation problem

2024-08-30 Thread Martijn Visser (Jira)
Martijn Visser created FLINK-36189: -- Summary: Documentation build is failing with NPM installation problem Key: FLINK-36189 URL: https://issues.apache.org/jira/browse/FLINK-36189 Project: Flink

Match recognize references old type system in docs.

2024-08-30 Thread David Radley
Hi , I notice in the first example. https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/match_recognize/ In the create table for Ticker, it refers to deprecated TimeIndicatorTypeInfo : |-- rowtime: TimeIndicatorTypeInfo(rowtime) # point in time when the change to th