Skip to content
Closed
Prev Previous commit
Next Next commit
Fix python style
  • Loading branch information
tdas committed Dec 2, 2016
commit c9224efbde07d004542c065cb72fa3b50067c690
2 changes: 1 addition & 1 deletion python/pyspark/sql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ def test_id_runid_name(self):
q.stop()
q2 = df.writeStream \
.start(path=out, format='parquet', checkpointLocation=chk)
self.assertTrue(q2.name == None)
self.assertTrue(q2.name is None)
q2.stop()
finally:
for q in self.spark.streams.active:
Expand Down