You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Mosaic to load a geopackage into a Spark Dataframe. When loading timestamp fields, something goes wrong and I get the date 1899-11-30 everywhere. Mosaic automatically makes this a "datetime" while this should be a "timestamp". There is no option to load everything as a "string" or define the schema.
This is wat I get:
And this is what it need to be:
Thank you
The text was updated successfully, but these errors were encountered:
@Khelied thank you for raising the issue, could you share the code snippet please so that I can reproduce.
I will open a PR to address this for the next release.
I use Mosaic to load a geopackage into a Spark Dataframe. When loading timestamp fields, something goes wrong and I get the date 1899-11-30 everywhere. Mosaic automatically makes this a "datetime" while this should be a "timestamp". There is no option to load everything as a "string" or define the schema.
This is wat I get:
And this is what it need to be:
Thank you
The text was updated successfully, but these errors were encountered: