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 6525fc0 commit e39ee1bCopy full SHA for e39ee1b
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcRelation.scala
@@ -195,7 +195,7 @@ private[orc] case class OrcTableScan(
195
attributes: Seq[Attribute],
196
@transient relation: OrcRelation,
197
filters: Array[Filter],
198
- inputPaths: Array[FileStatus])
+ @transient inputPaths: Array[FileStatus])
199
extends Logging
200
with HiveInspectors {
201
0 commit comments