parquet-dotnet
parquet-dotnet copied to clipboard
DateTimeOffset - loss of offset information
scenario
store a value of datetimeoffset type with a non 0 utc offset (all tests store utc, so they dont see this issue). Observe both time and offset field stored.
load the same value using this library
compare stored datetime value and offset with loaded value and offset - offset will be 0 but should be the same as it was stored.
This isn't the official Parquet.NET repo. See https://github.com/aloneguid/parquet-dotnet