dongjoon-hyun commented on PR #51926: URL: https://github.com/apache/spark/pull/51926#issuecomment-3167953168
Thank you, @LuciferYang . Could you handle the left-overs? ``` Error: src/main/java/org/apache/spark/util/kvstore/LevelDBTypeInfo.java:[308] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/util/kvstore/LevelDBTypeInfo.java:[334] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/util/kvstore/RocksDBTypeInfo.java:[310] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/util/kvstore/RocksDBTypeInfo.java:[336] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/network/sasl/SparkSaslServer.java:[185] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/network/sasl/SparkSaslServer.java:[191] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/sql/connector/catalog/IdentifierImpl.java:[39] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/sql/connector/catalog/IdentifierImpl.java:[40] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. Error: src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java:[549] (regexp) RegexpSinglelineJava: Use requireNonNull of java.util.Objects instead. ``` -- 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]
