LouisClt

Results 16 comments of LouisClt

@pitrou Yes I can. Here is the new Jira https://issues.apache.org/jira/browse/ARROW-17524

C Glib tests do not pass because it test the old behaviour. Looking a bit more in detail at the difference between "include" and "includeTypes", it appears that "includeTypes" is...

So I changed the tests to reflect the new behaviour of selecting the fields. The job failure that remains seems to be unrelated. There is a decision to be made...

Yes, this should be good now. I added a test in the ORC adapter concerning the selection of fields. Some tests did not pass, but I don't think it is...

Yes I will do this once I made sure that the existing tests still pass.

I added a test for checking the schema. I added a specific error, and checked that an error was found. (however I didn't test that the error was the specific...

Good. I was wondering if we need a test for writing a RecordBatch, for the moment this is not tested. Is this ok without test ?

I added a test for testing the write of RecordBatches with ORC. As the RecodBatch method just makes a call to the "Table" one, I think this is sufficient. The...

Hello, I made the changes you suggested. I don't know if this will compile fine as my only compile tests were with vcpkg.