10110346 opened a new pull request #23339: [MINOR][SQL]Locality does not need to be implemented URL: https://github.com/apache/spark/pull/23339 ## What changes were proposed in this pull request? `HadoopFileWholeTextReader` and `HadoopFileLinesReader` will be eventually called in `FileSourceScanExec`. In fact, locality has been implemented in `FileScanRDD`, even if we implemented it in `HadoopFileWholeTextReader ` and `HadoopFileLinesReader', it would be useless. So I think this `TODO` can remove. ## How was this patch tested? N/A
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
