Sal

Results 57 comments of Sal

List and Array type supported has been added #37. Hopefully will add MAP some time soon as well. Still no Map support. Sorry 😞

If it's lazy loaded it seems like it wouldnt make sense to cache it

I did my own multi-thread implementation. I first split the fields into groups such that I ended up with one group per CPU core. Example: If your parquet file has...

I don't know if it's still the case but I've only been able to get it to work with `DateTimeOffset`'s. Try using that instead of `DateTime`'s. E.g. `var dateField =...

I think there was a language barrier issue where @emanueol might have thought to open an issue ticket here but he also opened a [ticket on my repo](https://github.com/mukunku/ParquetViewer/issues/33). I suggest...

> Are you planning to send a PR to parquet-dotnet support RLE_DICTIONARY? [I did mention it](https://github.com/aloneguid/parquet-dotnet/issues/107#issuecomment-1257410315) in an existing bug ticket but was hesitant about opening a pull request because...

I'm also running into this issue with .net sdk `6.0.300` and the work around isn't working for me. Things I've tried so far: 1. `dotnet format analyzers MySolution.sln --diagnostics="SA1028 SA1107"`...

Non-nested map and list support is available now with [v2.7.0](https://github.com/mukunku/ParquetViewer/releases/tag/v2.7.0.3) Going to call that a win and close out this issue.

I think these types of decimal are now supported in the parquet-dotnet library: https://github.com/aloneguid/parquet-dotnet/issues/166 Since there is no sample file I'm not able to validate this but this ticket has...

Hey @Caceresenzo , the latest beta release has been built with .NET 7 which has changed some fundamental stuff around WinForms rendering. Can you give this version a try and...