Skip to content
Snippets Groups Projects
  • animesh's avatar
    d053a31b
    [SPARK-7980] [SQL] Support SQLContext.range(end) · d053a31b
    animesh authored
    1. range() overloaded in SQLContext.scala
    2. range() modified in python sql context.py
    3. Tests added accordingly in DataFrameSuite.scala and python sql tests.py
    
    Author: animesh <animesh@apache.spark>
    
    Closes #6609 from animeshbaranawal/SPARK-7980 and squashes the following commits:
    
    935899c [animesh] SPARK-7980:python+scala changes
    d053a31b
    History
    [SPARK-7980] [SQL] Support SQLContext.range(end)
    animesh authored
    1. range() overloaded in SQLContext.scala
    2. range() modified in python sql context.py
    3. Tests added accordingly in DataFrameSuite.scala and python sql tests.py
    
    Author: animesh <animesh@apache.spark>
    
    Closes #6609 from animeshbaranawal/SPARK-7980 and squashes the following commits:
    
    935899c [animesh] SPARK-7980:python+scala changes
tests.py 35.54 KiB