[GitHub] spark pull request #19453: Added selectAllColumns function in Dataset class

2017-10-07 Thread sohum2002
Github user sohum2002 closed the pull request at: https://github.com/apache/spark/pull/19453 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19453: Added selectAllColumns function in Dataset class

2017-10-07 Thread sohum2002
GitHub user sohum2002 opened a pull request: https://github.com/apache/spark/pull/19453 Added selectAllColumns function in Dataset class The proposed two new additional functions is to help select all the columns in a Dataset except for given columns. You can merge this pull