Skip to content
Snippets Groups Projects
  • Olivier Girardot's avatar
    068c3158
    [SPARK-7118] [Python] Add the coalesce Spark SQL function available in PySpark · 068c3158
    Olivier Girardot authored
    This patch adds a proxy call from PySpark to the Spark SQL coalesce function and this patch comes out of a discussion on devspark with rxin
    
    This contribution is my original work and i license the work to the project under the project's open source license.
    
    Olivier.
    
    Author: Olivier Girardot <o.girardot@lateral-thoughts.com>
    
    Closes #5698 from ogirardot/master and squashes the following commits:
    
    d9a4439 [Olivier Girardot] SPARK-7118 Add the coalesce Spark SQL function available in PySpark
    068c3158
    History
    [SPARK-7118] [Python] Add the coalesce Spark SQL function available in PySpark
    Olivier Girardot authored
    This patch adds a proxy call from PySpark to the Spark SQL coalesce function and this patch comes out of a discussion on devspark with rxin
    
    This contribution is my original work and i license the work to the project under the project's open source license.
    
    Olivier.
    
    Author: Olivier Girardot <o.girardot@lateral-thoughts.com>
    
    Closes #5698 from ogirardot/master and squashes the following commits:
    
    d9a4439 [Olivier Girardot] SPARK-7118 Add the coalesce Spark SQL function available in PySpark