You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Seth Wiesman <sj...@gmail.com> on 2021/01/19 15:29:55 UTC

[Announce] SQL docs are now Blink only

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

Re: [Announce] SQL docs are now Blink only

Posted by Leonard Xu <xb...@gmail.com>.
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 <tr...@apache.org> 写道:
> 
> 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 <sj...@gmail.com> 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
>> 


Re: [Announce] SQL docs are now Blink only

Posted by Till Rohrmann <tr...@apache.org>.
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 <sj...@gmail.com> 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
>