ActianCorp / spark-vector

Repository for the Spark-Vector connector
Apache License 2.0
20 stars 9 forks source link

Replacing the expected RDD type from RDD[Seq[Any]] to RDD[Row]. #72

Closed and-costea closed 8 years ago

and-costea commented 8 years ago

Replacing the expected RDD type from RDD[Seq[Any]] to RDD[Row].

Also, improved loading of date/time types by creating a calendar only once to perform to utc date conversions and only performing the se conversions when the default calendar is not in UTC already (as is the case of the provider).

adrian-ionescu commented 8 years ago

looks good ship it