Skip to content
  • Reynold Xin's avatar
    e76679a8
    [SPARK-13880][SPARK-13881][SQL] Rename DataFrame.scala Dataset.scala, and remove LegacyFunctions · e76679a8
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    1. Rename DataFrame.scala Dataset.scala, since the class is now named Dataset.
    2. Remove LegacyFunctions. It was introduced in Spark 1.6 for backward compatibility, and can be removed in Spark 2.0.
    
    ## How was this patch tested?
    Should be covered by existing unit/integration tests.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #11704 from rxin/SPARK-13880.
    e76679a8
    [SPARK-13880][SPARK-13881][SQL] Rename DataFrame.scala Dataset.scala, and remove LegacyFunctions
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    1. Rename DataFrame.scala Dataset.scala, since the class is now named Dataset.
    2. Remove LegacyFunctions. It was introduced in Spark 1.6 for backward compatibility, and can be removed in Spark 2.0.
    
    ## How was this patch tested?
    Should be covered by existing unit/integration tests.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #11704 from rxin/SPARK-13880.
Loading