Skip to content

Commit

Permalink
[SQL] Fix serializability of ORC table scan
Browse files Browse the repository at this point in the history
A follow-up to #6244.

Author: Michael Armbrust <[email protected]>

Closes #6247 from marmbrus/fixOrcTests and squashes the following commits:

e39ee1b [Michael Armbrust] [SQL] Fix serializability of ORC table scan
  • Loading branch information
marmbrus authored and yhuai committed May 18, 2015
1 parent 6525fc0 commit eb4632f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private[orc] case class OrcTableScan(
attributes: Seq[Attribute],
@transient relation: OrcRelation,
filters: Array[Filter],
inputPaths: Array[FileStatus])
@transient inputPaths: Array[FileStatus])
extends Logging
with HiveInspectors {

Expand Down

0 comments on commit eb4632f

Please sign in to comment.