You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/05/11 10:24:32 UTC

[GitHub] [flink] wenhuitang opened a new pull request #8417: [hotfix][javadocs] Correct the example of select for Interface Table.

wenhuitang opened a new pull request #8417: [hotfix][javadocs] Correct the example of select for Interface Table.
URL: https://github.com/apache/flink/pull/8417
 
 
   The example of select in Table.java is "tab.select("key, value.avg + ' The average' as average")" which can causes ValidationException "Cannot resolve field [key], input field list:[TMP_0]". So correct the example.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services