Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-10 Thread Zhenghua Gao
EMPORARY keyword according to > FLIP-64. > > >>>>> > > >>>>> Otherwise the FLIP looks good to me. > > >>>>> > > >>>>> Regards, > > >>>>> Timo > > >>>>> > > >>>>> > > &g

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-10 Thread Jark Wu
;>>>>> *Best Regards,* > >>>>>> *Zhenghua Gao* > >>>>>> > >>>>>> > >>>>>> On Wed, Apr 8, 2020 at 1:20 PM Danny Chan > >> wrote: > >>>>>> > >>>>>

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-08 Thread Timo Walther
*Best Regards,* *Zhenghua Gao* ------ Forwarded message --------- From: Zhenghua Gao Date: Tue, Apr 7, 2020 at 8:40 PM Subject: Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL To: godfrey he regarding to "Interoperability between Flink and Hive is not guaranteed", can

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-08 Thread Zhenghua Gao
t;>>> > >>>>> dropViewStatement: > >>>>> DROP VIEW name [ IF EXISTS ] > >>>>> I think the drop statement should be > >>>>> DROP VIEW [ IF EXISTS ] name > >>>>> > >>>>> Best, &

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-08 Thread Timo Walther
ard, +1 from my side. Best, Kurt On Tue, Apr 7, 2020 at 8:42 PM Zhenghua Gao wrote: forward the reply to ML too. *Best Regards,* *Zhenghua Gao* -- Forwarded message ----- From: Zhenghua Gao Date: Tue, Apr 7, 2020 at 8:40 PM Subject: Re: [DISCUSS] FLIP-71 - E2E View support in Fli

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-08 Thread Zhenghua Gao
om my side. >> >>> >> >>> Best, >> >>> Kurt >> >>> >> >>> >> >>> On Tue, Apr 7, 2020 at 8:42 PM Zhenghua Gao wrote: >> >>> >> >>>> forward the reply to ML too. >> >>

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-08 Thread Zhenghua Gao
my side. > >>> > >>> Best, > >>> Kurt > >>> > >>> > >>> On Tue, Apr 7, 2020 at 8:42 PM Zhenghua Gao wrote: > >>> > >>>> forward the reply to ML too. > >>>> > >>>> > >>>> *Best Regards,* >

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-08 Thread Timo Walther
straightforward, +1 from my side. Best, Kurt On Tue, Apr 7, 2020 at 8:42 PM Zhenghua Gao wrote: forward the reply to ML too. *Best Regards,* *Zhenghua Gao* -- Forwarded message - From: Zhenghua Gao Date: Tue, Apr 7, 2020 at 8:40 PM Subject: Re: [DISCUSS] FLIP-71 - E2E View

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-07 Thread Zhenghua Gao
20 at 8:42 PM Zhenghua Gao wrote: > > > > > forward the reply to ML too. > > > > > > > > > *Best Regards,* > > > *Zhenghua Gao* > > > > > > > > > ------ Forwarded message - > > > From: Zhenghua Gao > &

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-07 Thread Danny Chan
> From: Zhenghua Gao > > Date: Tue, Apr 7, 2020 at 8:40 PM > > Subject: Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL > > To: godfrey he > > > > > > > > regarding to "Interoperability between Flink and Hive is not > > guaranteed", can

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-07 Thread Kurt Young
Date: Tue, Apr 7, 2020 at 8:40 PM > Subject: Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL > To: godfrey he > > > >> regarding to "Interoperability between Flink and Hive is not > guaranteed", can you explain this more? > We have several limitations o

Fwd: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-07 Thread Zhenghua Gao
forward the reply to ML too. *Best Regards,* *Zhenghua Gao* -- Forwarded message - From: Zhenghua Gao Date: Tue, Apr 7, 2020 at 8:40 PM Subject: Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL To: godfrey he >> regarding to "Interoperability between Flink

Re: [DISCUSS] FLIP-71 - E2E View support in Flink SQL

2020-04-03 Thread Zhenghua Gao
Hi community, It's a long time since we started the discussion of supporting view in FLINK SQL. Flink also continues to move forward since then. FLINK-10232 introduces the grammar and FLINK-12905 supports CatalogView in blink planner. The missing link is validate the view definition and store the

[DISCUSS] FLIP-71 - E2E View support in Flink SQL

2019-09-16 Thread Zhenghua Gao
Hi folks, In umbrella task FLINK-10232 we have introduced CREATE/DROP VIEW grammar in our module flink-sql-parser. But we don't support view objects in neither blink planner nor old planner. I'd like to kick off a discussion on end to end view support in Flink SQL in blink planner. It's helpful t