Skip to content

Commit

Permalink
Fix #25 - Upgrade Parquet.Net to support parquet files with dots "." …
Browse files Browse the repository at this point in the history
…in column
  • Loading branch information
mukunku committed Dec 11, 2020
2 parents bd28852 + 934c2dd commit f306017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ParquetFileViewer/ParquetFileViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<HintPath>..\packages\IronSnappy.1.3.0\lib\netstandard2.0\IronSnappy.dll</HintPath>
</Reference>
<Reference Include="Parquet, Version=3.0.0.0, Culture=neutral, PublicKeyToken=d380b3dee6d01926, processorArchitecture=MSIL">
<HintPath>..\packages\Parquet.Net.3.8.1\lib\netstandard2.0\Parquet.dll</HintPath>
<HintPath>..\packages\Parquet.Net.3.8.3\lib\netstandard2.0\Parquet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/ParquetFileViewer/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Costura.Fody" version="4.1.0" targetFramework="net461" />
<package id="Fody" version="6.3.0" targetFramework="net461" developmentDependency="true" />
<package id="IronSnappy" version="1.3.0" targetFramework="net461" />
<package id="Parquet.Net" version="3.8.1" targetFramework="net461" />
<package id="Parquet.Net" version="3.8.3" targetFramework="net461" />
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
<package id="System.Memory" version="4.5.4" targetFramework="net461" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" />
Expand Down

0 comments on commit f306017

Please sign in to comment.