Re: Requesting feedback for PR for SPARK-11962

2016-05-02 Thread Arun Allamsetty
Hi, Since the 2.0.0 branch has been created and is now nearing feature freeze, can SPARK-11962 get some love please. If we can decide if this should go into 2.0.0 or 2.1.0, that would be great. Personally, I feel it can totally go into 2.0.0 as the code is pretty much ready (except for the one

Requesting feedback for PR for SPARK-11962

2016-04-29 Thread Arun Allamsetty
Hi, I have submitted a PR for SPARK-11962 ( https://github.com/apache/spark/pull/12708). I have most of it ready except I am not able to pin point the cause for a particular bug. In the PR I've added two major methods to Row, `attempt` and `getOption`. The former returns a `Try` while the latter