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`

Getting exception when writing to parquet file with generic types disabled

2023-05-18 Thread Aniket Sule
Hi, I am trying to write data to parquet files using SQL insert statements. Generic types are disabled in the execution environment. There are other queries running in the same job that are counting/aggregating data. Generic types are disabled as a performance optimization for those queries. In