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