We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25e436 commit 1471dcbCopy full SHA for 1471dcb
examples/src/main/python/sql.py
@@ -19,6 +19,7 @@
19
20
from pyspark import SparkContext
21
from pyspark.sql import SQLContext
22
+from pyspark.sql import Row, StructField, StructType, StringType, IntegerType
23
24
25
if __name__ == "__main__":
0 commit comments