Balaji Varadarajan created HUDI-304:
---------------------------------------
Summary: Bring back spotless plugin
Key: HUDI-304
URL: https://issues.apache.org/jira/browse/HUDI-304
Project: Apache Hudi (incubating)
Issue Type: Task
Components: Developer Productivity
Reporter: Balaji Varadarajan
spotless plugin has been turned off as the eclipse style format it was
referencing was removed due to compliance reasons.
We use google style eclipse format with some changes
90c90
< <setting id="org.eclipse.jdt.core.formatter.lineSplit" value="100"/>
---
> <setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/>
242c242
< <setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="100"/>
---
> <setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="120"/>
The eclipse style sheet was originally obtained from
[https://github.com/google/styleguide] which CC -By 3.0 license which is not
compatible for source distribution (See
[https://www.apache.org/legal/resolved.html#cc-by])
We need to figure out a way to bring this back
--
This message was sent by Atlassian Jira
(v8.3.4#803005)