Antoine Pitrou created ARROW-5348:
-------------------------------------
Summary: [CI] [Java] Gandiva checkstyle failure
Key: ARROW-5348
URL: https://issues.apache.org/jira/browse/ARROW-5348
Project: Apache Arrow
Issue Type: Bug
Components: C++ - Gandiva, Continuous Integration, Java
Reporter: Antoine Pitrou
This is failing Travis-CI builds now:
{code}
[WARNING]
src/main/java/org/apache/arrow/gandiva/evaluator/Projector.java:[145,3]
(javadoc) JavadocMethod: Missing a Javadoc comment.
[WARNING]
src/main/java/org/apache/arrow/gandiva/evaluator/DecimalTypeUtil.java:[38,3]
(javadoc) JavadocMethod: Missing a Javadoc comment.
[...]
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on
project arrow-gandiva: You have 2 Checkstyle violations. -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)