Skip to content

Commit eb4632f

Browse files
marmbrusyhuai
authored andcommitted
[SQL] Fix serializability of ORC table scan
A follow-up to apache#6244. Author: Michael Armbrust <[email protected]> Closes apache#6247 from marmbrus/fixOrcTests and squashes the following commits: e39ee1b [Michael Armbrust] [SQL] Fix serializability of ORC table scan
1 parent 6525fc0 commit eb4632f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcRelation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ private[orc] case class OrcTableScan(
195195
attributes: Seq[Attribute],
196196
@transient relation: OrcRelation,
197197
filters: Array[Filter],
198-
inputPaths: Array[FileStatus])
198+
@transient inputPaths: Array[FileStatus])
199199
extends Logging
200200
with HiveInspectors {
201201

0 commit comments

Comments
 (0)