Skip to content
Snippets Groups Projects
  • Reynold Xin's avatar
    361ebc28
    [SPARK-15543][SQL] Rename DefaultSources to make them more self-describing · 361ebc28
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    This patch renames various DefaultSources to make their names more self-describing. The choice of "DefaultSource" was from the days when we did not have a good way to specify short names.
    
    They are now named:
    - LibSVMFileFormat
    - CSVFileFormat
    - JdbcRelationProvider
    - JsonFileFormat
    - ParquetFileFormat
    - TextFileFormat
    
    Backward compatibility is maintained through aliasing.
    
    ## How was this patch tested?
    Updated relevant test cases too.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13311 from rxin/SPARK-15543.
    361ebc28
    History
    [SPARK-15543][SQL] Rename DefaultSources to make them more self-describing
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    This patch renames various DefaultSources to make their names more self-describing. The choice of "DefaultSource" was from the days when we did not have a good way to specify short names.
    
    They are now named:
    - LibSVMFileFormat
    - CSVFileFormat
    - JdbcRelationProvider
    - JsonFileFormat
    - ParquetFileFormat
    - TextFileFormat
    
    Backward compatibility is maintained through aliasing.
    
    ## How was this patch tested?
    Updated relevant test cases too.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13311 from rxin/SPARK-15543.