dotnet / dotnet/machinelearning
Update Parquet.net to latest version
Open
area-Core
enhancement
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Microsoft.ML.Parquet must use Parquet.net version == 2.1.3 . It may not use the current Parquet.net versions 3.xx (3.91) as the internal structures have changed and Parquet.Data.Dataset does not exist in recent Parquet.net versions.
When a newer Parquet.dll is found however this newer version is used and causes a crash al Assembly.Load
https://github.com/Rokin-Tech/machinelearning/tree/main/src/Microsoft.ML.Parquet
Best solution would be to update Microsoft.ML.Parquet .
second best is to force linkage of exact parquet.net 2.1.3 and not allow >= 2.1.3
Best regards
Andreas
Contributor guide
Assessment
This issue has not been assessed yet.