Re: emitValueWithRetract issue

2024-01-14 Thread Jane Chan
Hi Adam, Thanks for reporting this issue. The bug you identified has been fixed in the release-1.18 and master branches, which will be released in v1.18.2 and v1.19.0. You can now use the `emitUpdateWithRetract` method with the expected behavior. More details can be found here[1]. [1] https://is

Re: [DISCUSS][FLINK-32993] Datagen connector handles length-constrained fields according to the schema definition by default

2023-11-21 Thread Jane Chan
tly, the Datagen connector generates data that doesn't match the > schema definition > when dealing with fixed-length and variable-length fields. It defaults to > a unified length of 100 > and requires manual configuration by the user. This violates the > correctness of schema constraints

Re: Install Flink Document as a PDF Book

2023-09-14 Thread Jane Chan
Hi Yunhui, If you need to access the documentation offline, you can clone the Flink project locally and build the documentation following the instructions in the readme file. Once built, you can view it by opening localhost:1313 in your browser. However, if you prefer a PDF version, you may find t

Re: Query on Flink SQL primary key for nested field

2023-07-11 Thread Jane Chan
Hi Elakiya, Did you encounter a ParserException when executing the DDL? AFAIK, Flink SQL does not support declaring a nested column (compound identifier) as primary key at syntax level. A possible workaround is to change the schema to not contain record type, then you can change the DDL to the fo

Re: table.exec.state.ttl not working as expected

2023-06-25 Thread Jane Chan
Hi, >From the attachment, I saw there are IntervalJoin and GroupWindowAggregate operators. AFAIK the state retention for such operators is not controlled by `table.exec.state.ttl`. Could you share the operator-level state metrics to help identify the issue? Best, Jane On Sun, Jun 25, 2023 at 10:

Re: [ANNOUNCE] Flink Table Store Joins Apache Incubator as Apache Paimon(incubating)

2023-03-30 Thread Jane Chan
Congratulations! Best regards, Jane On Thu, Mar 30, 2023 at 1:38 PM Jiadong Lu wrote: > Congratulations !!! > > Best, > Jiadong Lu > > On 2023/3/27 17:23, Yu Li wrote: > > Dear Flinkers, > > > > > > > As you may have noticed, we are pleased to announce that Flink Table Store > has joined the A

Re: 退订

2023-02-23 Thread Jane Chan
Please refer to https://flink.apache.org/community/ and send the email to user-unsubscr...@flink.apache.org Best, Jane On Fri, Feb 24, 2023 at 3:17 PM zhangjunjie wrote: > 退订 > > >

Re: Issue with de-serializing CompiledPlan and UNNEST_ROWS in Table API

2023-02-22 Thread Jane Chan
Hi Daniel, Thanks for reporting this issue. According to the FLIP [1], this should be a bug, and I've created a Jira ticket [2] to track this. > We will introduce a declarative concept to `BuiltInFunctionDefinitions` > and `FlinkSqlOperatorTable` that maintain a function name + version to > insta

Re: [ANNOUNCE] Apache Flink Table Store 0.2.0 released

2022-08-28 Thread Jane Chan
Congrats! Thanks Jingsong for driving this release, and thanks to all contributors! Best, Jane On Mon, Aug 29, 2022 at 11:35 AM Jingsong Li wrote: > The Apache Flink community is very happy to announce the release of > Apache Flink Table Store 0.2.0. > > Apache Flink Table Store is a unified st