MartijnVisser commented on pull request #18936: URL: https://github.com/apache/flink/pull/18936#issuecomment-1072277334
@yittg I've just taken a real look: I'm not sure it's a typo. Looking at https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/functions/systemfunctions/ it looks like you can use YEAR(date) function directly in SQL and also use it in the Table API, while the other interval functions currently can only be used in the Table API (there's no equivalent function yet implemented for SQL). Your PR removes the YEAR(date) from the list of SQL functions. Have you verified that this function is indeed not available? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
