dongjoon-hyun commented on PR #51926: URL: https://github.com/apache/spark/pull/51926#issuecomment-3168509213
Oh, could you fix `Java` linter error, too? ``` Checkstyle checks failed at following occurrences: Error: src/main/java/org/apache/spark/util/kvstore/LevelDBTypeInfo.java:[311] (sizes) LineLength: Line is longer than 100 characters (found 101). Error: src/main/java/org/apache/spark/util/kvstore/LevelDBTypeInfo.java:[337] (sizes) LineLength: Line is longer than 100 characters (found 101). Error: src/main/java/org/apache/spark/util/kvstore/RocksDBTypeInfo.java:[313] (sizes) LineLength: Line is longer than 100 characters (found 101). Error: src/main/java/org/apache/spark/util/kvstore/RocksDBTypeInfo.java:[339] (sizes) LineLength: Line is longer than 100 characters (found 101). Error: Process completed with exit code 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
