[
https://issues.apache.org/jira/browse/CALCITE-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502759#comment-16502759
]
ASF GitHub Bot commented on CALCITE-2352:
-----------------------------------------
GitHub user laurentgo opened a pull request:
https://github.com/apache/calcite-avatica/pull/56
[CALCITE-2352] Update to checkstyle 6.18
Update project to maven-checkstyle-plugin 3.0.0/checkstyle 6.18.
Fix all new reported violations.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laurentgo/calcite-avatica
laurentgo/CALCITE-2352
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica/pull/56.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #56
----
commit acb675de97b9b0743c09368820a770e2ceda05f8
Author: Laurent Goujon <laurent@...>
Date: 2018-06-06T02:39:38Z
[CALCITE-2352] Update to checkstyle 6.18
Update project to maven-checkstyle-plugin 3.0.0/checkstyle 6.18.
Fix all new reported violations.
----
> Upgrade checkstyle to support Java8 lambdas
> -------------------------------------------
>
> Key: CALCITE-2352
> URL: https://issues.apache.org/jira/browse/CALCITE-2352
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Laurent Goujon
> Priority: Major
>
> Version of checkstyle used by Avatica (5.7) doesn't support constructs from
> Java8 like lambdas and static methods in interfaces.
> This would result in lots of small changes to adjust to the stricter rules.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)