Re: [DISCUSS] Hive dialect shouldn't fall back to Flink's default dialect

2023-05-29 Thread Rui Li
+1, the fallback was just intended as a temporary workaround to run catalog/module related statements with hive dialect. On Mon, May 29, 2023 at 3:59 PM Benchao Li wrote: > Big +1 on this, thanks yuxia for driving this! > > yuxia 于2023年5月29日周一 14:55写道: > > > Hi, community. > > > > I want to sta

SupportsReadingMetadata flow between table transformations

2023-05-29 Thread Yuval Itzchakov
Hi, I am looking for a way to propagate a column all the way from the source to the sink, without the knowledge of whoever is applying transformations on the tables. I looked into SupportsReadingMetadata, and saw that it is able to "tag" tables with metadata. I was wondering, does this tag flow be

Re: [ANNOUNCE] Apache Flink 1.16.2 released

2023-05-29 Thread Jing Ge via user
Hi Weijie, Thanks for your contribution and feedback! In case there are some reasons not to allow us to upgrade them, we still can leverage virtualenv or pipenv to create a dedicated environment for Flink release. WDYT? cc Dian Fu @Dian I was wondering if you know the reason. Thanks! Best regar

Re: [DISCUSS] Hive dialect shouldn't fall back to Flink's default dialect

2023-05-29 Thread Benchao Li
Big +1 on this, thanks yuxia for driving this! yuxia 于2023年5月29日周一 14:55写道: > Hi, community. > > I want to start the discussion about Hive dialect shouldn't fall back to > Flink's default dialect. > > Currently, when the HiveParser fail to parse the sql in Hive dialect, > it'll fall back to Flin