Skip to content

Commit 1471dcb

Browse files
committed
added imports for sql
1 parent b25e436 commit 1471dcb

File tree

1 file changed

+1
-0
lines changed
  • examples/src/main/python

1 file changed

+1
-0
lines changed

examples/src/main/python/sql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
from pyspark import SparkContext
2121
from pyspark.sql import SQLContext
22+
from pyspark.sql import Row, StructField, StructType, StringType, IntegerType
2223

2324

2425
if __name__ == "__main__":

0 commit comments

Comments
 (0)