Skip to content

Commit

Permalink
pyspark.sql.SQLContext is new-style class
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Sep 5, 2014
1 parent 00362da commit a2dc02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def __reduce__(self):
return Row


class SQLContext:
class SQLContext(object):

"""Main entry point for SparkSQL functionality.
Expand Down

0 comments on commit a2dc02f

Please sign in to comment.