parquet-dotnet
parquet-dotnet copied to clipboard
🏐 Apache Parquet for modern .NET
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
**Version:** Parquet.Net v3.9.0 **Runtime Version:** .Net Core 3.1 **OS:** Windows #### Expected behavior Using DateTime type should work #### Actual behavior An exception is thrown because Parquet.Net tries to convert...
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....
Any chance you could provide an example of reading a Parquet file by row? The README has plenty of examples for writing, and you mention helper classes for row-based access...
**Version:** Parquet.Net v3.8.5 **Runtime Version:** .NET 5.0.301 **OS:** Windows 10 Pro Version 21H1 OS Build 19043.1083 #### Expected behavior when I redirect the output of parq tool to a file,...
I'm able to create a parquet file along with row groups using parquet.net. But how can we create a column chunk and page with in row group. And how can...
This is NOT the official Repo of parquet-dotnet (see: https://github.com/aloneguid/parquet-dotnet)
NOTE: to anyone else that finds this Repo, it is not the official Repo for parquet-dotnet. Nor is this a Fork, it appears to be a complete duplicate that is...
With the latest Parquet.Net version, the sample does not compile out of the box, because a couple of imports is missing. Add the missing `Parquet` import and use type inference...
**Version:** Parquet.Net v. 3.7.4 **Runtime Version:** .Net Core v 2.1 **OS:** Windows #### Expected behavior DateTime columns work fine #### Actual behavior Exception System.AggregateException: 'One or more errors occurred. (Unable...