Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/22232#discussion_r212793049
--- 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 --
If we just remove this `updateBytesReadWithFileSize`, the issue in the
description can be solved? We need to remove `updateBytesReadWithFileSize` in
the line 142, too?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]