Liya Fan created ARROW-8121: ------------------------------- Summary: [Java] Enhance code style checking for Java code (add space after commas, semi-colons and type casts) Key: ARROW-8121 URL: https://issues.apache.org/jira/browse/ARROW-8121 Project: Apache Arrow Issue Type: Improvement Components: Java Reporter: Liya Fan Assignee: Liya Fan
This is in response to a discussion in https://github.com/apache/arrow/pull/6039#discussion_r375161992 We found the current style checking for Java code is not sufficient. So we want to enhace it in a series of "small" steps, in order to avoid having to change too many files at once. In this issue, we add spaces after commas, semi-colons and type casts. -- This message was sent by Atlassian Jira (v8.3.4#803005)