Skip to content
Snippets Groups Projects
  • zero323's avatar
    8193a266
    [SPARK-14058][PYTHON] Incorrect docstring in Window.order · 8193a266
    zero323 authored
    ## What changes were proposed in this pull request?
    
    Replaces current docstring ("Creates a :class:`WindowSpec` with the partitioning defined.") with "Creates a :class:`WindowSpec` with the ordering defined."
    
    ## How was this patch tested?
    
    PySpark unit tests (no regression introduced). No changes to the code.
    
    Author: zero323 <matthew.szymkiewicz@gmail.com>
    
    Closes #11877 from zero323/order-by-description.
    8193a266
    History
    [SPARK-14058][PYTHON] Incorrect docstring in Window.order
    zero323 authored
    ## What changes were proposed in this pull request?
    
    Replaces current docstring ("Creates a :class:`WindowSpec` with the partitioning defined.") with "Creates a :class:`WindowSpec` with the ordering defined."
    
    ## How was this patch tested?
    
    PySpark unit tests (no regression introduced). No changes to the code.
    
    Author: zero323 <matthew.szymkiewicz@gmail.com>
    
    Closes #11877 from zero323/order-by-description.