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

2023-06-09 Thread yuxia
Thanks all again. Then, I'll start to abandon the fall back behavior for Hive dialect in Flink 1.18. Best regards, Yuxia - 原始邮件 - 发件人: "yuxia" 收件人: "dev" 发送时间: 星期四, 2023年 6 月 08日 上午 11:53:32 主题: Re: [DISCUSS] Hive dialect shouldn't fall back to Flink's default

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

2023-06-07 Thread yuxia
发送时间: 星期一, 2023年 6 月 05日 下午 8:46:14 主题: Re: [DISCUSS] Hive dialect shouldn't fall back to Flink's default dialect +1 for anything that helps us with externalizing the Hive connector :D On Thu, Jun 1, 2023 at 3:34 PM Lincoln Lee wrote: > +1, thanks yuxia for driving the hive decoupling

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

2023-06-05 Thread Martijn Visser
ialect = default to switch to > > > Flink's default dialect in error message when fail to parse the sql in > > > HiveParser. > > > > > > Best regards, > > > Yuxia > > > > > > Best regards, > > > Yuxia > > > > >

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

2023-06-01 Thread Lincoln Lee
- 原始邮件 - > > 发件人: "Jingsong Li" > > 收件人: "Rui Li" > > 抄送: "dev" , "yuxia" , > > "User" > > 发送时间: 星期二, 2023年 5 月 30日 下午 3:21:56 > > 主题: Re: [DISCUSS] Hive dialect shouldn't fall back to Flink

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

2023-06-01 Thread Jark Wu
> Flink's default dialect in error message when fail to parse the sql in > HiveParser. > > Best regards, > Yuxia > > Best regards, > Yuxia > > - 原始邮件 - > 发件人: "Jingsong Li" > 收件人: "Rui Li" > 抄送: "dev" , "yuxia"

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

2023-05-31 Thread yuxia
抄送: "dev" , "yuxia" , "User" 发送时间: 星期二, 2023年 5 月 30日 下午 3:21:56 主题: Re: [DISCUSS] Hive dialect shouldn't fall back to Flink's default dialect +1, the fallback looks weird now, it is outdated. But, it is good to provide an option. I don't know if there are some

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

2023-05-30 Thread liu ron
Thanks for your proposal. I even don't notice this fallback behavior, +1. Best, Ron Jingsong Li 于2023年5月30日周二 15:23写道: > +1, the fallback looks weird now, it is outdated. > > But, it is good to provide an option. I don't know if there are some > users who depend on this fallback. > > Best, >

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

2023-05-30 Thread Jingsong Li
+1, the fallback looks weird now, it is outdated. But, it is good to provide an option. I don't know if there are some users who depend on this fallback. Best, Jingsong On Tue, May 30, 2023 at 1:47 PM Rui Li wrote: > > +1, the fallback was just intended as a temporary workaround to run >

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

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

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

2023-05-29 Thread yuxia
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 Flink's default parser[1] to handle flink-specific statements like "CREATE CATALOG xx