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
Migrating TableEntities from TableStorage to Parquet is not working. An exception is thrown when the DataField is created, stating that DateTimeOffset is not supported.
However, the only DateTimeOffset in the TableEntities that we are trying to migrate is the timestamp (a default value in a TableEntity), see Table Entity Class. So that would mean that this functionality can't work at all.
Are there any plans to fix this?
The text was updated successfully, but these errors were encountered:
This exception (System.NotSupportedException: DateTimeOffset support was dropped due to numerous ambiguity issues, please use DateTime from now on.) is being thrown by the Parquet.Net nuget package.
Migrating TableEntities from TableStorage to Parquet is not working. An exception is thrown when the DataField is created, stating that DateTimeOffset is not supported.
However, the only DateTimeOffset in the TableEntities that we are trying to migrate is the timestamp (a default value in a TableEntity), see Table Entity Class. So that would mean that this functionality can't work at all.
Are there any plans to fix this?
The text was updated successfully, but these errors were encountered: