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

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

Github user wuchong commented on the issue:

    https://github.com/apache/flink/pull/2120
  
    Hi @twalthr , I find that `expr` in `expressionDsl.scala`  has done what we 
want. As we can do like this: `12.expr % 'f0`  or `12 * 'f0.expr`.
    
    So do we need this PR just rename `expr` to `toExpr` ? 


> Support literals on left side of binary expressions
> ---------------------------------------------------
>
>                 Key: FLINK-4070
>                 URL: https://issues.apache.org/jira/browse/FLINK-4070
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>            Reporter: Timo Walther
>            Assignee: Jark Wu
>            Priority: Minor
>
> The Table API does not support binary expressions like {{12 < 'f0}} in Scala 
> DSL where the left side is a literal. Maybe this can be solved by implicits 
> or at least by a {{12.toExpr}} method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to