mystic-lama commented on PR #1581: URL: https://github.com/apache/orc/pull/1581#issuecomment-1681553320
Thanks @guiyanakuang I completely forgot about profiles. The results shows 1188 error's. Should create another JIRA to tackle this? cc @dongjoon-hyun ``` bash-5.1$ ./mvnw package -Panalyze .... [ERROR] src/test/org/apache/orc/TestRowFilteringComplexTypes.java:[324,9] (indentation) Indentation: 'try rcurly' has incorrect indentation level 8, expected level should be 4. [ERROR] src/test/org/apache/orc/TestRowFilteringComplexTypes.java:[325,5] (indentation) Indentation: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. [ERROR] src/test/org/apache/orc/TestOrcConf.java:[27,1] (imports) CustomImportOrder: Wrong lexicographical order for 'org.junit.jupiter.api.Assertions.assertEquals' import. Should be before 'org.junit.jupiter.api.Assertions.assertFalse'. [ERROR] src/test/org/apache/orc/TestUnicode.java:[147] (sizes) LineLength: Line is longer than 100 characters (found 109). [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache ORC 2.0.0-SNAPSHOT: [INFO] [INFO] Apache ORC ......................................... SUCCESS [ 2.733 s] [INFO] ORC Shims .......................................... SUCCESS [ 3.672 s] [INFO] ORC Core ........................................... FAILURE [01:48 min] [INFO] ORC MapReduce ...................................... SKIPPED [INFO] ORC Tools .......................................... SKIPPED [INFO] ORC Examples ....................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:54 min [INFO] Finished at: 2023-08-16T20:17:16-07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.3.0:check (default) on project orc-core: You have 1188 Checkstyle violations. -> [Help 1] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
