[GitHub] spark pull request: Add named field support for sql.Row

2015-04-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5573#issuecomment-94173522 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your pro

[GitHub] spark pull request: Add named field support for sql.Row

2015-04-18 Thread vidma
GitHub user vidma opened a pull request: https://github.com/apache/spark/pull/5573 Add named field support for sql.Row It looked weird that up to now there was no way in Spark's Scala API to access fields of `DataFrame/sql.Row` by name, only by their index. This tries to so