Antoine Pitrou

Results 823 comments of Antoine Pitrou

@raulcd Not a blocker, but if you ever need to do a RC3, this would be a good candidate for inclusion :-)

> Yes, it seems that it should probably be written that "the deleter MUST NOT assume that the GIL is held when it is called" (for Python but applies to...

I agree this should be disabled by default because you have no idea that simply using PCG will reduce the efficiency of compilation caching (which is _extremely_ useful on large...

Wild idea: instead of defining core features, how about rephrasing this in terms of _presets_? We could have a growing number of calendar-versioned presets, example: * Preset 2023.06 : v2...

A preset would be a set of features. On the read side, each implementation would document the presets it's compatible with (meaning they are able to read _all_ the features...

For an analogy, you can think of RISC-V profiles or MPEG profiles, but I would suggest Parquet profiles (or presets) to be monotonically increasing for ease of use (i.e. each...

I know next to nothing about EXIF, but a quick search seems to hint that utf8 is often used to encode non-ASCII metadata. * Wikipédia : > The latest version,...

Unfortunately it seems C++ builds are broken currently - https://github.com/apache/arrow/pull/14292#issuecomment-1351548379

> I've not rebased in a while so I'm confused as to how this is happening. Github is implicitly merging from master when running CI jobs AFAIU?

Github isn't showing the CI jobs for some reason but they are running: * [AppVeyor] https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/45682678 * [C++] https://github.com/apache/arrow/actions/runs/3696538897 * [Python] https://github.com/apache/arrow/actions/runs/3696538899 * [R] https://github.com/apache/arrow/actions/runs/3696538938 * [C GLib & Ruby]...