Flink kafka connector for v 1.19.0

2024-05-10 Thread Aniket Sule
? Thanks and regards, Aniket Sule Caution: External email. Do not click or open attachments unless you know and trust the sender.

RE: Flink SQL exception on using cte

2023-10-19 Thread Aniket Sule
cte1 AS a, cte2 as b . ); Hope this helps you. Regards, Aniket Sule From: elakiya udhayanan Sent: Thursday, October 19, 2023 3:04 AM To: user@flink.apache.org Subject: Flink SQL exception on using cte CAUTION:External email. Do not click or open attachments unless you

RE: Strange exception in UnitTest when migrate Flink v1.16.2 to v1.17.1

2023-09-06 Thread Aniket Sule
Hello, You could look at https://github.com/hazelcast/hazelcast/issues/20945 to see if the workaround in the linked commit helps. I had faced test failures in upgrading from Flink 1.16 to 1.17, and that workaround resolved the test failures. Hope this helps. Regards Aniket From: Teunissen,

RE: Getting exception when writing to parquet file with generic types disabled

2023-05-19 Thread Aniket Sule
Thank you for the explanation and creating the JIRA issue. Appreciate your help. Regards Aniket Sule From: Shammon FY Sent: Thursday, May 18, 2023 10:28 PM To: Aniket Sule Cc: user@flink.apache.org Subject: Re: Getting exception when writing to parquet file with generic types disabled You

Getting exception when writing to parquet file with generic types disabled

2023-05-18 Thread Aniket Sule
with a simple table that has no array or list data types. Is there any way to write parquet files with generic types disabled? Thanks and regards, Aniket Sule. Here is a way to reproduce what I am seeing. My actual source is Kafka with data that is in json format. Datagen is simply to quickly