Github user dujunling commented on a diff in the pull request:
https://github.com/apache/spark/pull/22232#discussion_r212793909
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileScanRDD.scala
---
@@ -208,7 +199,6 @@ class FileScanRDD(
override def close(): Unit = {
updateBytesRead()
- updateBytesReadWithFileSize()
--- End diff --
When there are one more files in the partition, the inputMetrics is wrong
when updateBytesReadWithFileSize in the line 142 is exist.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]