dongjoon-hyun commented on pull request #813: URL: https://github.com/apache/orc/pull/813#issuecomment-892366424
It's `findbags` failures. ``` [INFO] --- findbugs-maven-plugin:3.0.5:check (analyze-compile) @ orc-core --- [INFO] BugInstance size is 2 [INFO] Error size is 0 [INFO] Total bugs: 2 [INFO] Comparison of String parameter using == or != in org.apache.orc.TestUnicode.testUtf8(String, int, boolean) [org.apache.orc.TestUnicode] At TestUnicode.java:[line 77] ES_COMPARING_PARAMETER_STRING_WITH_EQ [INFO] Call to equals(null) in org.apache.orc.impl.TestStreamName.test1() [org.apache.orc.impl.TestStreamName] At TestStreamName.java:[line 41] EC_NULL_ARG ``` -- 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]
