Hi,

I am using Spark to load data form Cassandra. One of the fields in C* table
is timestamp. When queried in C* it looks like this "2015-06-01
02:56:07-0700"

After loading data in to Spark DataFrame (using sqlContext) and printing it
from there, I lose the last field (4-digit time zone) and than it looks
like this "2015-06-01 02:56:07.0"

Any suggestions?

Thanks


-- 
Babic Ivan

Reply via email to