Skip to content

Commit

Permalink
fix scala style: Whitespace at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
xubo245 committed Jan 5, 2018
1 parent cf7cbce commit b64ce53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class HiveOrcSourceSuite extends OrcSuite with TestHiveSingleton {
| PATH '${new File(orcTableAsDir.getAbsolutePath).toURI}'
|)
""".stripMargin)

spark.sql("desc formatted normal_orc_as_source_hive").show()
checkAnswer(sql("SELECT COUNT(*) FROM normal_orc_as_source_hive"), Row(10))
assert(HiveSerDe.sourceToSerDe("org.apache.spark.sql.hive.orc")
Expand Down

0 comments on commit b64ce53

Please sign in to comment.