[ https://issues.apache.org/jira/browse/FLINK-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516449#comment-15516449 ]
ASF GitHub Bot commented on FLINK-4549: --------------------------------------- Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/2500#discussion_r80238320 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/codegen/CodeGenerator.scala --- @@ -657,13 +659,17 @@ class CodeGenerator( } } - override def visitCorrelVariable(correlVariable: RexCorrelVariable): GeneratedExpression = ??? + override def visitCorrelVariable(correlVariable: RexCorrelVariable): GeneratedExpression = + throw new CodeGenException("The 'CorrelVariable' feature is currently not supported.") --- End diff -- Same here and in the following added exceptions. > Test and document implicitly supported SQL functions > ---------------------------------------------------- > > Key: FLINK-4549 > URL: https://issues.apache.org/jira/browse/FLINK-4549 > Project: Flink > Issue Type: Improvement > Components: Table API & SQL > Reporter: Timo Walther > Assignee: Timo Walther > > Calcite supports many SQL functions by translating them into {{RexNode}} s. > However, SQL functions like {{NULLIF}}, {{OVERLAPS}} are neither tested nor > document although supported. > These functions should be tested and added to the documentation. We could > adopt parts from the Calcite documentation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)