[Announce] SQL docs are now Blink only

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Announce] SQL docs are now Blink only

Seth Wiesman-4
Hi Everyone,

I just merged in a PR to make the SQL / Table docs Blink planner only.
Going forward, you do not need to mark something as Blink only or explain
divergent semantics. Simply write the docs as if Blink were the only
planner.

There is a Legacy planner specific page[1]. If you add a feature that is
not supported by the legacy planner, simply add a note to the legacy page
stating as such.

Seth

[1]
https://github.com/apache/flink/blob/master/docs/dev/table/legacy_planner.md
Reply | Threaded
Open this post in threaded view
|

Re: [Announce] SQL docs are now Blink only

Till Rohrmann
Awesome. Thanks a lot Seth! This will help us to keep the docs more easily
up to date.

Cheers,
Till

On Tue, Jan 19, 2021 at 4:30 PM Seth Wiesman <[hidden email]> wrote:

> Hi Everyone,
>
> I just merged in a PR to make the SQL / Table docs Blink planner only.
> Going forward, you do not need to mark something as Blink only or explain
> divergent semantics. Simply write the docs as if Blink were the only
> planner.
>
> There is a Legacy planner specific page[1]. If you add a feature that is
> not supported by the legacy planner, simply add a note to the legacy page
> stating as such.
>
> Seth
>
> [1]
>
> https://github.com/apache/flink/blob/master/docs/dev/table/legacy_planner.md
>
Reply | Threaded
Open this post in threaded view
|

Re: [Announce] SQL docs are now Blink only

Leonard Xu
Thanks Seth for the Great job !
As the Blink planner has been the default planner and legacy planner is on the way to remove, it makes our document clearer.


Best,
Leonard

> 在 2021年1月19日,23:48,Till Rohrmann <[hidden email]> 写道:
>
> Awesome. Thanks a lot Seth! This will help us to keep the docs more easily
> up to date.
>
> Cheers,
> Till
>
> On Tue, Jan 19, 2021 at 4:30 PM Seth Wiesman <[hidden email]> wrote:
>
>> Hi Everyone,
>>
>> I just merged in a PR to make the SQL / Table docs Blink planner only.
>> Going forward, you do not need to mark something as Blink only or explain
>> divergent semantics. Simply write the docs as if Blink were the only
>> planner.
>>
>> There is a Legacy planner specific page[1]. If you add a feature that is
>> not supported by the legacy planner, simply add a note to the legacy page
>> stating as such.
>>
>> Seth
>>
>> [1]
>>
>> https://github.com/apache/flink/blob/master/docs/dev/table/legacy_planner.md
>>