Skip to content

Commit

Permalink
switch to my own custom build of parqet-dotnet O.o
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Sep 26, 2022
1 parent 54b6810 commit 5a0d1b2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/ParquetFileViewer/ParquetFileViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Parquet.Net" Version="4.0.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="IronSnappy">
<HintPath>..\lib\IronSnappy.dll</HintPath>
</Reference>
<Reference Include="Parquet">
<HintPath>..\lib\Parquet.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
10 changes: 9 additions & 1 deletion src/Utilities/Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
<ItemGroup>
<PackageReference Include="Apache.Arrow" Version="9.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Parquet.Net" Version="3.9.1" />
</ItemGroup>

<ItemGroup>
<Reference Include="IronSnappy">
<HintPath>..\lib\IronSnappy.dll</HintPath>
</Reference>
<Reference Include="Parquet">
<HintPath>..\lib\Parquet.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
Binary file added src/lib/IronSnappy.dll
Binary file not shown.
Binary file added src/lib/Parquet.dll
Binary file not shown.

0 comments on commit 5a0d1b2

Please sign in to comment.