Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    445647a1
    [SPARK-8021] [SQL] [PYSPARK] make Python read/write API consistent with Scala · 445647a1
    Davies Liu authored
    add schema()/format()/options() for reader,  add mode()/format()/options()/partitionBy() for writer
    
    cc rxin yhuai  pwendell
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #6578 from davies/readwrite and squashes the following commits:
    
    720d293 [Davies Liu] address comments
    b65dfa2 [Davies Liu] Update readwriter.py
    1299ab6 [Davies Liu] make Python API consistent with Scala
    445647a1
    History
    [SPARK-8021] [SQL] [PYSPARK] make Python read/write API consistent with Scala
    Davies Liu authored
    add schema()/format()/options() for reader,  add mode()/format()/options()/partitionBy() for writer
    
    cc rxin yhuai  pwendell
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #6578 from davies/readwrite and squashes the following commits:
    
    720d293 [Davies Liu] address comments
    b65dfa2 [Davies Liu] Update readwriter.py
    1299ab6 [Davies Liu] make Python API consistent with Scala