spark git commit: [SPARK-16086] [SQL] [PYSPARK] create Row without any fields

2016-06-21 Thread davies
Repository: spark Updated Branches: refs/heads/branch-2.0 052779a0c -> 703a526e7 [SPARK-16086] [SQL] [PYSPARK] create Row without any fields ## 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

spark git commit: [SPARK-16086] [SQL] [PYSPARK] create Row without any fields

2016-06-21 Thread davies
Repository: spark Updated Branches: refs/heads/master bcb0258ae -> 2d6919bea [SPARK-16086] [SQL] [PYSPARK] create Row without any fields ## 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