[
https://issues.apache.org/jira/browse/FLINK-9119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
chillon.m updated FLINK-9119:
-----------------------------
Description:
// Table is the result of a simple projection query Table projTable =
tableEnv.scan("X").project(...);
{{scan return a table object,not have a project method.}}
was:
// Table is the result of a simple projection query Table projTable =
tableEnv.scan("X").project(...);
{{scan return a table object,not have a project method.I don't find project()
method return a table object.}}
> example code error in Concepts & Common API
> -------------------------------------------
>
> Key: FLINK-9119
> URL: https://issues.apache.org/jira/browse/FLINK-9119
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.4.2
> Reporter: chillon.m
> Priority: Minor
>
> // Table is the result of a simple projection query Table projTable =
> tableEnv.scan("X").project(...);
> {{scan return a table object,not have a project method.}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)