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

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

2023-05-18 Thread Shammon FY
Hi Aniket, Currently the filesystem connector does not support option 'pipeline.generic-types'='false', because the connector will output `PartitionCommitInfo` messages for the downstream partition committer operator even when there are no partitions in the sink table. There is a `List partitions`