Skip to content
Snippets Groups Projects
  • Sean Owen's avatar
    425c4ada
    [SPARK-19810][BUILD][CORE] Remove support for Scala 2.10 · 425c4ada
    Sean Owen authored
    ## What changes were proposed in this pull request?
    
    - Remove Scala 2.10 build profiles and support
    - Replace some 2.10 support in scripts with commented placeholders for 2.12 later
    - Remove deprecated API calls from 2.10 support
    - Remove usages of deprecated context bounds where possible
    - Remove Scala 2.10 workarounds like ScalaReflectionLock
    - Other minor Scala warning fixes
    
    ## How was this patch tested?
    
    Existing tests
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #17150 from srowen/SPARK-19810.
    425c4ada
    History
    [SPARK-19810][BUILD][CORE] Remove support for Scala 2.10
    Sean Owen authored
    ## What changes were proposed in this pull request?
    
    - Remove Scala 2.10 build profiles and support
    - Replace some 2.10 support in scripts with commented placeholders for 2.12 later
    - Remove deprecated API calls from 2.10 support
    - Remove usages of deprecated context bounds where possible
    - Remove Scala 2.10 workarounds like ScalaReflectionLock
    - Other minor Scala warning fixes
    
    ## How was this patch tested?
    
    Existing tests
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #17150 from srowen/SPARK-19810.