LouisClt
LouisClt
I think there is a bug in the ORC reader : when we specify the fields indexes that we want to keep, it does not work correctly. Looking at the...
I had the need to write an ORC file little by little, so as to not consume too much memory. Following [this](https://github.com/apache/arrow/issues/14211) discussion, it appeared that the API did not...
Hello, Using arrow adapter, I became aware that the memory (RAM) footprint of the export (exporting an orc file) was very huge for each field. For instance, exporting a table...