Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-37268][SQL] Remove unused method call in FileScanRDD
### What changes were proposed in this pull request? Remove unused method call in FileScanRDD ### Why are the changes needed? In PR of SPARK-25674, it directly uses inputMetrics.recordsRead instead of using preNumRecordsRead. So it's necessary to remove unused method call. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No. Closes #34545 from zuston/patch-1. Authored-by: Junfan Zhang <junfan.zhang@outlook.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information