HyukjinKwon commented on code in PR #48483:
URL: https://github.com/apache/spark/pull/48483#discussion_r1805688989


##########
core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala:
##########
@@ -46,9 +46,9 @@ import org.apache.spark.util.{SerializableConfiguration, 
ShutdownHookManager, Ut
 import org.apache.spark.util.ArrayImplicits._
 
 private[spark] class NewHadoopPartition(
-    rddId: Int,
-    val index: Int,
-    rawSplit: InputSplit with Writable)
+                                         rddId: Int,
+                                         val index: Int,
+                                         rawSplit: InputSplit with Writable)

Review Comment:
   Let's remove those unrelated changes



-- 
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]

Reply via email to