Skip to content

Commit b4fdf4e

Browse files
committed
removed blank lines
1 parent 83d5ab7 commit b4fdf4e

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

examples/src/main/python/sql.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
# |-- age: integer (nullable = true)
4343
# |-- name: string (nullable = true)
4444

45-
4645
# A JSON dataset is pointed to by path.
4746
# The path can be either a single text file or a directory storing text files.
4847
path = os.environ['SPARK_HOME'] + "examples/src/main/resources/people.json"
@@ -52,7 +51,6 @@
5251
# |-- person_name: string (nullable = false)
5352
# |-- person_age: integer (nullable = false)
5453

55-
5654
# The inferred schema can be visualized using the printSchema() method.
5755
people.printSchema()
5856
# root

0 commit comments

Comments
 (0)