You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2018/07/09 08:45:00 UTC

[jira] [Comment Edited] (CALCITE-2259) Allow Java 8 syntax in source files

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

Julian Hyde edited comment on CALCITE-2259 at 7/9/18 8:44 AM:
--------------------------------------------------------------

Fixed in [d59b639d|http://git-wip-us.apache.org/repos/asf/calcite/commit/d59b639d]; thanks [~risdenk] for your contribution to the fix, and thanks [~michaelmior] and [~eolivelli] for reviews.


was (Author: julianhyde):
Fixed in [http://git-wip-us.apache.org/repos/asf/calcite/commit/d59b639d|http://git-wip-us.apache.org/repos/asf/calcite/commit/d59b639d]; thanks [~risdenk] for your contribution to the fix, and thanks [~michaelmior] and [~eolivelli] for reviews.

> Allow Java 8 syntax in source files
> -----------------------------------
>
>                 Key: CALCITE-2259
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2259
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Kevin Risden
>            Priority: Major
>             Fix For: 1.17.0
>
>
> Allow Java 8 syntax in source files.
> In core/pom.xml, I tried changing {{source=1.7 target=1.8}} to {{source=8 target=8}} but I ran into [Janino issue 47|https://github.com/janino-compiler/janino/issues/47]. (Thanks, [~vvysotskyi], for logging that issue.)
> When this is fixed, we will be able to use lambdas ({{->}}).
>  



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