Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

pyspark_1.0_1.2_to_1.3.rst

File metadata and controls

23 lines (18 loc) · 1.03 KB

Upgrading from PySpark 1.0-1.2 to 1.3

  • When using DataTypes in Python you will need to construct them (i.e. StringType()) instead of referencing a singleton.