Skip to content
Snippets Groups Projects
  • Anand Avati's avatar
    7589c39d
    [SPARK-2924] remove default args to overloaded methods · 7589c39d
    Anand Avati authored
    Not supported in Scala 2.11. Split them into separate methods instead.
    
    Author: Anand Avati <avati@redhat.com>
    
    Closes #1704 from avati/SPARK-1812-default-args and squashes the following commits:
    
    3e3924a [Anand Avati] SPARK-1812: Add Mima excludes for the broken ABI
    901dfc7 [Anand Avati] SPARK-1812: core - Fix overloaded methods with default arguments
    07f00af [Anand Avati] SPARK-1812: streaming - Fix overloaded methods with default arguments
    7589c39d
    History
    [SPARK-2924] remove default args to overloaded methods
    Anand Avati authored
    Not supported in Scala 2.11. Split them into separate methods instead.
    
    Author: Anand Avati <avati@redhat.com>
    
    Closes #1704 from avati/SPARK-1812-default-args and squashes the following commits:
    
    3e3924a [Anand Avati] SPARK-1812: Add Mima excludes for the broken ABI
    901dfc7 [Anand Avati] SPARK-1812: core - Fix overloaded methods with default arguments
    07f00af [Anand Avati] SPARK-1812: streaming - Fix overloaded methods with default arguments