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: [email protected] With regards, Apache Git Services
