You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kenneth William Krugler (Jira)" <ji...@apache.org> on 2020/10/24 23:19:00 UTC

[jira] [Commented] (FLINK-19794) who wrote the the documents?

    [ https://issues.apache.org/jira/browse/FLINK-19794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17220212#comment-17220212 ] 

Kenneth William Krugler commented on FLINK-19794:
-------------------------------------------------

Hi [~appleyuchi] - the right place to ask a question like this is on the [Flink user mailing list|https://flink.apache.org/community.html#mailing-lists]. But to give you the short answer, from the command line:

* git clone https://github.com/apache/flink.git
* cd flink
* find . -name "tableApi*"
* git blame ./docs/dev/table/tableApi.md

will tell you, for each line in the source Markdown file (tableApi.md, in this case) used to generate the online docs, who last edited it.

> who wrote the the documents?
> ----------------------------
>
>                 Key: FLINK-19794
>                 URL: https://issues.apache.org/jira/browse/FLINK-19794
>             Project: Flink
>          Issue Type: Test
>            Reporter: appleyuchi
>            Priority: Major
>
> I'm learning Flink Documents
> There are 
> so much missing information
> and so much typos
> *Could you tell me who wrote the the [documents|https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/tableApi.html] are in the mailing list?*
> So I can post question to them directly,such as:
> the mail title "*how to register TableAggregateFunction*"
> in the mailing list.
> Thanks for your help.



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