[GitHub] spark pull request: [SPARK-6967] [SQL] fix date type convertion in...

2015-05-02 Thread nadavoosh
Github user nadavoosh commented on the pull request: https://github.com/apache/spark/pull/5590#issuecomment-98407435 @adrian-wang this worked for me: case DateConversion = { val x = rs.getDate(pos

[GitHub] spark pull request: [SPARK-6967] [SQL] fix date type convertion in...

2015-04-30 Thread nadavoosh
Github user nadavoosh commented on the pull request: https://github.com/apache/spark/pull/5590#issuecomment-97717732 hi @adrian-wang ! I am using spark and needed to include this fix, since I am reading from a table that has Date types. I just ran into a new problem though: when