Skip to content

Commit

Permalink
2장 Scala 코드 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
panelion committed Jan 20, 2020
1 parent 4996aff commit b703e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/02장_스파크_톺아보기.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GROUP BY DEST_COUNTRY_NAME
""")

val dataFrameWay = flightData2015
.groupBy('DEST_COUNTRY_NAME)
.groupBy('DEST_COUNTRY_NAME')
.count()

sqlWay.explain
Expand Down

0 comments on commit b703e08

Please sign in to comment.