Antoine Pitrou

Results 822 comments of Antoine Pitrou

> [@pitrou](https://github.com/pitrou) In their previous comment, they mentioned that "Generally though with the reduced memory usage, v3.1.5+ is nowadays preferable." That was answering the v3 vs. v2 question, but did...

Ok, thanks @skreborn . I'll try switching to v3.0.9 in Apache Arrow then.

> The current C++ parquet implementation interprets following parquet schema as `array, which is wrong: What is "array"? Do you mean "list"? Can you fix the PR description? > According...

So, the concern is that the validity bitmap may be NULL if the executor determines that the output is all-valid, right?

> > So, the concern is that the validity bitmap may be NULL if the executor determines that the output is all-valid, right? > > Yes. But having a NULL...

> @kou are we waiting for a 0.23.0 (or 0.22.1) version of Thrift? or should we apply the upstream patches that have been merged? Updating the version might fix the...

> @pitrou @raulcd : Is there anything I could do to help? I can try to test this fix using artificial data, would that help? Sorry. I posted comments on...

It would be good to find out exactly what doesn't work: * creating a Flight client, forking, and using the client from the parent process? * creating a Flight client,...

A PID check won't tell you anything in the parent, so if that's what you're looking for, you can probably register atfork handlers.