We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae46cf4 commit 5ec97d7Copy full SHA for 5ec97d7
core/src/main/scala/org/apache/spark/rdd/SqlNewHadoopRDD.scala
@@ -190,6 +190,7 @@ private[spark] class SqlNewHadoopRDD[V: ClassTag](
190
191
private def close() {
192
if (reader != null) {
193
+ SqlNewHadoopRDD.unsetInputFileName()
194
// Close the reader and release it. Note: it's very important that we don't close the
195
// reader more than once, since that exposes us to MAPREDUCE-5918 when running against
196
// Hadoop 1.x and older Hadoop 2.x releases. That bug can lead to non-deterministic
0 commit comments