Skip to content
Snippets Groups Projects
  • Reynold Xin's avatar
    45b7557e
    [SPARK-15424][SPARK-15437][SPARK-14807][SQL] Revert Create a hivecontext-compatibility module · 45b7557e
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    I initially asked to create a hivecontext-compatibility module to put the HiveContext there. But we are so close to Spark 2.0 release and there is only a single class in it. It seems overkill to have an entire package, which makes it more inconvenient, for a single class.
    
    ## How was this patch tested?
    Tests were moved.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13207 from rxin/SPARK-15424.
    45b7557e
    History
    [SPARK-15424][SPARK-15437][SPARK-14807][SQL] Revert Create a hivecontext-compatibility module
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    I initially asked to create a hivecontext-compatibility module to put the HiveContext there. But we are so close to Spark 2.0 release and there is only a single class in it. It seems overkill to have an entire package, which makes it more inconvenient, for a single class.
    
    ## How was this patch tested?
    Tests were moved.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13207 from rxin/SPARK-15424.