Ivan G
Ivan G
I don't quite understand what your ask is. Could you try to rephrase?
Sorry I have to close it because I don't understand the ask.
Hey. You are right, DataFrame (in the external library) always assumes all types are nullable despite what was in source. There's nothing Parquet.net can do about it until upstream dependency...
Thanks its definitely a bug. Parquet should fall back to managed compression if native is not available, but doesn't for some reason. What is the runtime consuming .net standard library?
File stream are generally not compatible with parallel processing. You can, however, open file stream per prallel thread i.e. your `Parallel.For` should perform file opening operation. Or you can introduce...
here: https://aloneguid.github.io/parquet-dotnet/reading.html#paralellism. Thanks again @Pyroluk
Thanks, I need to think about how to do this without impacting performance, as type info is cached at the moment and not discovered on every deserialisation call. In the...
I had to downgrade to previous version, works fine.
Not yet. ) the new profiles is something completely new. Its not the usual profiles and not containers. I'm reverse engineering them at the moment, stay tuned.