You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "JasonLee (Jira)" <ji...@apache.org> on 2021/08/19 09:52:00 UTC

[jira] [Created] (FLINK-23872) The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing

JasonLee created FLINK-23872:
--------------------------------

             Summary: The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing
                 Key: FLINK-23872
                 URL: https://issues.apache.org/jira/browse/FLINK-23872
             Project: Flink
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: shaded-14.0
            Reporter: JasonLee
             Fix For: 1.13.0, 1.11.0


There is an error in the EXPLAIN Statements example in the official document. The table creation statement in java, scala, pytnon and SQL Client programming mode is missing ‘)’. I think this error can be fixed.  MeanWhile, I think the table creation statement through SQL Client should also be added with'WITH (...)'. This error appeared in the  official document of Flink 1.13 and Flink 1.11.

Document link is [https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sql/explain/#explain-statements.]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Re: [jira] [Created] (FLINK-23872) The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing

Posted by Chuang Li <ja...@163.com>.
Hi, Leonard Xu


Thanks, my mistake.


Best,
Chuang Li
| |
Chuang Li
|
|
jasonlee1781@163.com
|
签名由网易邮箱大师定制


On 08/20/2021 10:17,Leonard Xu<xb...@gmail.com> wrote:


在 2021年8月19日,21:42,Chuang Li <ja...@163.com> 写道:

The similar document PR[1] you sent me, I found that it is not the same problem. I'm not sure if I misunderstood.


I mean the PR fixed the issue you reported and you can take a look when you fix.

Best,
Leonard


Re: [jira] [Created] (FLINK-23872) The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing

Posted by Leonard Xu <xb...@gmail.com>.

> 在 2021年8月19日,21:42,Chuang Li <ja...@163.com> 写道:
> 
> The similar document PR[1] you sent me, I found that it is not the same problem. I'm not sure if I misunderstood.
> 

I mean the PR fixed the issue you reported and you can take a look when you fix.

Best,
Leonard


Re: [jira] [Created] (FLINK-23872) The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing

Posted by Chuang Li <ja...@163.com>.
Hi,  Leonard Xu


Thank you for your answers. Maybe I didn’t describe it clearly. I think there is an error here in The following examples show how to run an EXPLAIN statement in TableEnvironment. There is a problem that the')' mabye is missing in the create table statement, for example the case in the official documentation : 'CREATE TABLE MyTable1 (`count` bigint, word VARCHAR(256);' and 'CREATE TABLE MyTable2 (`count` bigint, word VARCHAR(256);' . At the same time in Java, Scala This is the same problem in the and Python example. Could you please help to make sure this is correct?


The similar document PR[1] you sent me, I found that it is not the same problem. I'm not sure if I misunderstood.




Best,
Chuang Li
[1] https://github.com/apache/flink/pull/16051
| |
Chuang Li
|
|
jasonlee1781@163.com
|
签名由网易邮箱大师定制


On 08/19/2021 21:00,Leonard Xu<xb...@gmail.com> wrote:
Hi, Chuang Li

Thanks for open the issue, I just reviewed a similar document PR[1] for master branch, maybe you can refer it for branch release-1.13/release-1.12/release-1.11

Best,
Leonard
[1] https://github.com/apache/flink/pull/16051


在 2021年8月19日,18:00,Chuang Li <ja...@163.com> 写道:



Dear all,


I'm very sorry to report twice due to a network issue.


Thanks,
Chuang Li
| |
Chuang Li
|
|
jasonlee1781@163.com
|
签名由网易邮箱大师定制


On 08/19/2021 17:52,JasonLee (Jira)<ji...@apache.org> wrote:
JasonLee created FLINK-23872:
--------------------------------

Summary: The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing
Key: FLINK-23872
URL: https://issues.apache.org/jira/browse/FLINK-23872
Project: Flink
Issue Type: Improvement
Components: Documentation
Affects Versions: shaded-14.0
Reporter: JasonLee
Fix For: 1.13.0, 1.11.0


There is an error in the EXPLAIN Statements example in the official document. The table creation statement in java, scala, pytnon and SQL Client programming mode is missing ‘)’. I think this error can be fixed.  MeanWhile, I think the table creation statement through SQL Client should also be added with'WITH (...)'. This error appeared in the  official document of Flink 1.13 and Flink 1.11.

Document link is [https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sql/explain/#explain-statements.]





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Re: [jira] [Created] (FLINK-23872) The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing

Posted by Leonard Xu <xb...@gmail.com>.
Hi, Chuang Li

Thanks for open the issue, I just reviewed a similar document PR[1] for master branch, maybe you can refer it for branch release-1.13/release-1.12/release-1.11

Best,
Leonard
[1] https://github.com/apache/flink/pull/16051
 

> 在 2021年8月19日,18:00,Chuang Li <ja...@163.com> 写道:
> 
> 
> 
> Dear all,
> 
> 
> I'm very sorry to report twice due to a network issue.
> 
> 
> Thanks,
> Chuang Li
> | |
> Chuang Li
> |
> |
> jasonlee1781@163.com
> |
> 签名由网易邮箱大师定制
> 
> 
> On 08/19/2021 17:52,JasonLee (Jira)<ji...@apache.org> wrote:
> JasonLee created FLINK-23872:
> --------------------------------
> 
> Summary: The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing
> Key: FLINK-23872
> URL: https://issues.apache.org/jira/browse/FLINK-23872
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: shaded-14.0
> Reporter: JasonLee
> Fix For: 1.13.0, 1.11.0
> 
> 
> There is an error in the EXPLAIN Statements example in the official document. The table creation statement in java, scala, pytnon and SQL Client programming mode is missing ‘)’. I think this error can be fixed.  MeanWhile, I think the table creation statement through SQL Client should also be added with'WITH (...)'. This error appeared in the  official document of Flink 1.13 and Flink 1.11.
> 
> Document link is [https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sql/explain/#explain-statements.]
> 
> 
> 
> 
> 
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)


Re:[jira] [Created] (FLINK-23872) The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing

Posted by Chuang Li <ja...@163.com>.

Dear all,


I'm very sorry to report twice due to a network issue.


Thanks,
Chuang Li
| |
Chuang Li
|
|
jasonlee1781@163.com
|
签名由网易邮箱大师定制


On 08/19/2021 17:52,JasonLee (Jira)<ji...@apache.org> wrote:
JasonLee created FLINK-23872:
--------------------------------

Summary: The example of EXPLAIN Statements in the official document is wrong, and the ‘)’ is missing
Key: FLINK-23872
URL: https://issues.apache.org/jira/browse/FLINK-23872
Project: Flink
Issue Type: Improvement
Components: Documentation
Affects Versions: shaded-14.0
Reporter: JasonLee
Fix For: 1.13.0, 1.11.0


There is an error in the EXPLAIN Statements example in the official document. The table creation statement in java, scala, pytnon and SQL Client programming mode is missing ‘)’. I think this error can be fixed.  MeanWhile, I think the table creation statement through SQL Client should also be added with'WITH (...)'. This error appeared in the  official document of Flink 1.13 and Flink 1.11.

Document link is [https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sql/explain/#explain-statements.]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)