Skip to content
  • Davies Liu's avatar
    2d6919be
    [SPARK-16086] [SQL] [PYSPARK] create Row without any fields · 2d6919be
    Davies Liu authored
    ## What changes were proposed in this pull request?
    
    This PR allows us to create a Row without any fields.
    
    ## How was this patch tested?
    
    Added a test for empty row and udf without arguments.
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #13812 from davies/no_argus.
    2d6919be
    [SPARK-16086] [SQL] [PYSPARK] create Row without any fields
    Davies Liu authored
    ## What changes were proposed in this pull request?
    
    This PR allows us to create a Row without any fields.
    
    ## How was this patch tested?
    
    Added a test for empty row and udf without arguments.
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #13812 from davies/no_argus.
Loading