Skip to content
Snippets Groups Projects
Commit 887e1b72 authored by Davies Liu's avatar Davies Liu Committed by Michael Armbrust
Browse files

[SPARK-6574] [PySpark] fix sql example

Fix the import in sql example.

Author: Davies Liu <davies@databricks.com>

Closes #5230 from davies/fix_sql_example and squashes the following commits:

7ecc5f4 [Davies Liu] fix sql example
parent 5d9c37c2
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ import os ...@@ -19,7 +19,7 @@ import os
from pyspark import SparkContext from pyspark import SparkContext
from pyspark.sql import SQLContext from pyspark.sql import SQLContext
from pyspark.sql import Row, StructField, StructType, StringType, IntegerType from pyspark.sql.types import Row, StructField, StructType, StringType, IntegerType
if __name__ == "__main__": if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment