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

2020-04-10 Thread Zhenghua Gao
FLIP-64. > > >>>>> > > >>>>> Otherwise the FLIP looks good to me. > > >>>>> > > >>>>> Regards, > > >>>>> Timo > > >>>>> > > >>>>> > > >>>>> On 08.04.20 07:3

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

2020-04-10 Thread Jark Wu
gt; >>>>> > >>>>> > >>>>> On 08.04.20 07:31, Zhenghua Gao wrote: > >>>>>> @Danny Chan you‘re right. I have updated > the > >>>>> doc. > >>>>>> > >>>>>> *Best Regards

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

2020-04-08 Thread Timo Walther
-- 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 you explain this more? We have sev

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, > >>>>> Danny

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

2020-04-08 Thread Timo Walther
urt 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 Flink SQL To: godfrey he

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

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

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

2020-04-08 Thread Zhenghua Gao
gt;>> > >>> 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 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 Fli

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