[ 
https://issues.apache.org/jira/browse/FLINK-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404456#comment-16404456
 ] 

ASF GitHub Bot commented on FLINK-6924:
---------------------------------------

Github user buptljy commented on the issue:

    https://github.com/apache/flink/pull/5638
  
    @walterddr As explained in 
[FLINK-8930](https://issues.apache.org/jira/browse/FLINK-8930), the reason that 
"LOG(-1)" and "LOG(1, 100)" succeed is that they're simplified in calcite's 
evaluation, while "testTableApi" doesn't have the same process. And that's why 
I fail to write "testTableApi" for function "LOG".   
    If you change "LOG(1, 100)" to "LOG(f30, 100)" which makes calcite unable 
to simplify it, you will get the same error as I get in writing "testTableApi".


> ADD LOG(X) supported in TableAPI
> --------------------------------
>
>                 Key: FLINK-6924
>                 URL: https://issues.apache.org/jira/browse/FLINK-6924
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API & SQL
>    Affects Versions: 1.4.0
>            Reporter: sunjincheng
>            Assignee: zjuwangg
>            Priority: Major
>              Labels: starter
>
> See FLINK-6891 for detail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to