Skip to content
Snippets Groups Projects
Commit eb4632f2 authored by Michael Armbrust's avatar Michael Armbrust Committed by Yin Huai
Browse files

[SQL] Fix serializability of ORC table scan

A follow-up to #6244.

Author: Michael Armbrust <michael@databricks.com>

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

e39ee1b [Michael Armbrust] [SQL] Fix serializability of ORC table scan
parent 6525fc0a
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ private[orc] case class OrcTableScan( ...@@ -195,7 +195,7 @@ private[orc] case class OrcTableScan(
attributes: Seq[Attribute], attributes: Seq[Attribute],
@transient relation: OrcRelation, @transient relation: OrcRelation,
filters: Array[Filter], filters: Array[Filter],
inputPaths: Array[FileStatus]) @transient inputPaths: Array[FileStatus])
extends Logging extends Logging
with HiveInspectors { with HiveInspectors {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment