chillon.m created FLINK-9119: -------------------------------- Summary: 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
// 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.}} -- This message was sent by Atlassian JIRA (v7.6.3#76005)