Skip to content

Commit

Permalink
minor line combine
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-wang committed Oct 24, 2014
1 parent f760d8e commit 5670626
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/pyspark/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,7 @@ def applySchema(self, rdd, schema):
>>> srdd2.collect()
[Row(field1=1, field2=u'row1'),..., Row(field1=3, field2=u'row3')]
>>> from datetime import datetime
>>> from datetime import date
>>> from datetime import date, datetime
>>> rdd = sc.parallelize([(127, -128L, -32768, 32767, 2147483647L, 1.0,
... date(2010, 1, 1),
... datetime(2010, 1, 1, 1, 1, 1),
Expand Down

0 comments on commit 5670626

Please sign in to comment.