Skip to content
Snippets Groups Projects
  • Reynold Xin's avatar
    5a5b83c9
    [SPARK-15261][SQL] Remove experimental tag from DataFrameReader/Writer · 5a5b83c9
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    This patch removes experimental tag from DataFrameReader and DataFrameWriter, and explicitly tags a few methods added for structured streaming as experimental.
    
    ## How was this patch tested?
    N/A
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13038 from rxin/SPARK-15261.
    5a5b83c9
    History
    [SPARK-15261][SQL] Remove experimental tag from DataFrameReader/Writer
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    This patch removes experimental tag from DataFrameReader and DataFrameWriter, and explicitly tags a few methods added for structured streaming as experimental.
    
    ## How was this patch tested?
    N/A
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13038 from rxin/SPARK-15261.