hyukjinkwon
authored
## What changes were proposed in this pull request? This PR removes extra anonymous closure within functional transformations. For example, ```scala .map(item => { ... }) ``` which can be just simply as below: ```scala .map { item => ... } ``` ## How was this patch tested? Related unit tests and `sbt scalastyle`. Author: hyukjinkwon <gurwls223@gmail.com> Closes #12382 from HyukjinKwon/minor-extra-closers.
Name | Last commit | Last update |
---|---|---|
.. | ||
docker-integration-tests | ||
docker | ||
flume-assembly | ||
flume-sink | ||
flume | ||
java8-tests | ||
kafka-assembly | ||
kafka | ||
kinesis-asl-assembly | ||
kinesis-asl | ||
spark-ganglia-lgpl |