[
https://issues.apache.org/jira/browse/ORC-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun resolved ORC-1306.
--------------------------------
Fix Version/s: 1.9.0
Resolution: Fixed
Issue resolved by pull request 1303
[https://github.com/apache/orc/pull/1303]
> Fixed indented code style for Java modules
> ------------------------------------------
>
> Key: ORC-1306
> URL: https://issues.apache.org/jira/browse/ORC-1306
> Project: ORC
> Issue Type: Improvement
> Components: Java
> Affects Versions: 1.9.0
> Reporter: Yiqun Zhang
> Assignee: Yiqun Zhang
> Priority: Minor
> Fix For: 1.9.0
>
>
> The ORC Java module indentation code style is not consistent, I will commit
> the indentation rule and make all existing code follow it.
> {code:java}
> <module name="Indentation">
> <property name="severity" value="error"/>
> <property name="basicOffset" value="2"/>
> <property name="braceAdjustment" value="0"/>
> <property name="caseIndent" value="2"/>
> <property name="throwsIndent" value="2"/>
> <property name="lineWrappingIndentation" value="4"/>
> <property name="arrayInitIndent" value="2"/>
> </module>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)