Repository: spark
Updated Branches:
  refs/heads/master ea2642eb0 -> f6084a88f


[HOTFIX] Fix Scala style checks

## What changes were proposed in this pull request?

This PR fixes a style that broke the build.

## How was this patch tested?

Manually tested.

Author: hyukjinkwon <gurwls...@gmail.com>

Closes #20065 from HyukjinKwon/minor-style.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f6084a88
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f6084a88
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f6084a88

Branch: refs/heads/master
Commit: f6084a88f0fe69111df8a016bc81c9884d3d3402
Parents: ea2642e
Author: hyukjinkwon <gurwls...@gmail.com>
Authored: Sun Dec 24 01:16:12 2017 +0900
Committer: hyukjinkwon <gurwls...@gmail.com>
Committed: Sun Dec 24 01:16:12 2017 +0900

----------------------------------------------------------------------
 .../org/apache/spark/examples/sql/hive/SparkHiveExample.scala      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f6084a88/examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala
----------------------------------------------------------------------
diff --git 
a/examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala
 
b/examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala
index 51df5dd..b193bd5 100644
--- 
a/examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala
+++ 
b/examples/src/main/scala/org/apache/spark/examples/sql/hive/SparkHiveExample.scala
@@ -135,7 +135,7 @@ object SparkHiveExample {
     hiveTableDF.coalesce(10).write.mode(SaveMode.Overwrite)
       .partitionBy("key").parquet(hiveExternalTableLocation)
     // $example off:spark_hive$
-    
+
     spark.stop()
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to