Skip to content

Commit e39ee1b

Browse files
committed
[SQL] Fix serializability of ORC table scan
1 parent 6525fc0 commit e39ee1b

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)