[GitHub] [spark] beliefer commented on a diff in pull request #37937: [SPARK-40491][SQL] Remove too old TODO for JdbcRDD

2022-09-20 Thread GitBox


beliefer commented on code in PR #37937:
URL: https://github.com/apache/spark/pull/37937#discussion_r975975156


##
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:
   OK



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] beliefer commented on a diff in pull request #37937: [SPARK-40491][SQL] Remove too old TODO for JdbcRDD

2022-09-20 Thread GitBox


beliefer commented on code in PR #37937:
URL: https://github.com/apache/spark/pull/37937#discussion_r975960027


##
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:
   It seems these blanks are useless.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org