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).
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).