HyukjinKwon commented on code in PR #37937:
URL: https://github.com/apache/spark/pull/37937#discussion_r975224914
##########
core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala:
##########
@@ -182,8 +182,6 @@ class JavaSparkContext(val sc: SparkContext) extends
Closeable {
def textFile(path: String, minPartitions: Int): JavaRDD[String] =
sc.textFile(path, minPartitions)
-
-
Review Comment:
Can we revert this change back?
--
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]