HyukjinKwon commented on a change in pull request #29471:
URL: https://github.com/apache/spark/pull/29471#discussion_r474383002
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InMemoryFileIndex.scala
##########
@@ -147,32 +142,6 @@ class InMemoryFileIndex(
object InMemoryFileIndex extends Logging {
- /** A serializable variant of HDFS's BlockLocation. */
- private case class SerializableBlockLocation(
- names: Array[String],
- hosts: Array[String],
- offset: Long,
- length: Long)
-
- /** A serializable variant of HDFS's FileStatus. */
- private case class SerializableFileStatus(
Review comment:
Looks like it's not just simply moving the codes but includes code
refactoring. Can we separate PRs? one for refactoring and the other one for
moving the codes.
This listing is very critical to Spark SQL and other APIs. I would like to
be very cautious on touching it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]