Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Sep 10, 2014
1 parent fea2124 commit 6b969d6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@ class TestHiveContext(sc: SparkContext) extends HiveContext(sc) {
| }'
|)
""".stripMargin.cmd,
s"INSERT OVERWRITE TABLE episodes_part PARTITION (doctor_pt=1) SELECT title, air_date, doctor FROM episodes".cmd
s"""
INSERT OVERWRITE TABLE episodes_part PARTITION (doctor_pt=1)
SELECT title, air_date, doctor FROM episodes
""".cmd
)
)

Expand Down

0 comments on commit 6b969d6

Please sign in to comment.