MithunR

Results 22 issues of MithunR

https://github.com/apache/spark/commit/f45106286f3 (For `IOUtils.copy`.) https://github.com/apache/spark/commit/707d9eef6bf (For `IOUtils.toByteArray`.) The plugin uses `IOUtils.copy` in a few places. Java's `transferTo` is *significantly* faster than `IOUtils.copy`. From the source quoted above: ```scala scala> import java.io._...

audit
audit_4.1.0

This commit replaces calls to `apache.commons.lang3.StringUtils.abbreviate` with a custom implementation from the plugin. Apache Spark 4.x is reducing its dependency on Apache commons-lang3, as is evident from the changes made...

improve