Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/12354#discussion_r59650055
--- Diff:
core/src/main/scala/org/apache/spark/rdd/SqlNewHadoopRDDState.scala ---
@@ -20,8 +20,7 @@ package org.apache.spark.rdd
import org.apache.spark.unsafe.types.UTF8String
/**
- * State for SqlNewHadoopRDD objects. This is split this way because of
the package splits.
- * TODO: Move/Combine this with
org.apache.spark.sql.datasources.SqlNewHadoopRDD
+ * State for FileScanRDD objects. This is split this way because of the
package splits.
*/
private[spark] object SqlNewHadoopRDDState {
--- End diff --
`SqlNewHadoopRDDState` is definitely not a good name here, how about
`InputFileNameHolder`?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]