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
We are trying to use this package in Unity and would like to serialize our timestamps with a microsecond resolution. However, Unity only supports .Net Standard 2.1, so ParquetTimestampResolution.Microseconds is not available.
Is there any way to map a long to a parquet timestamp with microsecond resolution?
Issue description
Hello,
We are trying to use this package in Unity and would like to serialize our timestamps with a microsecond resolution. However, Unity only supports .Net Standard 2.1, so
ParquetTimestampResolution.Microseconds
is not available.Is there any way to map a
long
to a parquet timestamp with microsecond resolution?We were thinking about something like:
Thanks in advance, and thank you for this fantastic package!
The text was updated successfully, but these errors were encountered: