Skip to content
Snippets Groups Projects
Commit d60f8d74 authored by Yin Huai's avatar Yin Huai
Browse files

[SPARK-8968] [SQL] [HOT-FIX] Fix scala 2.11 build.

parent 015c8efb
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ import org.apache.spark.util.SerializableJobConf
* It is based on [[SparkHadoopWriter]].
*/
private[hive] class SparkHiveWriterContainer(
@transient jobConf: JobConf,
@transient private val jobConf: JobConf,
fileSinkConf: FileSinkDesc,
inputSchema: Seq[Attribute],
table: MetastoreRelation)
......
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