Antoine Pitrou
Antoine Pitrou
@wjones127 Perhaps you would like to take up this PR?
It can probably be bumped IMHO.
Do we really want to add a new option for this or can we just reuse `check_metadata`? New options add cognitive overhead, and I'm not sure there's a legitimate reason...
> Does this seem like the right thing to be doing @wesm @pitrou @nealrichardson @westonpace? Yes, it does! > AFAIK you need to force your python extension to interact with...
Le 07/10/2023 à 11:21, David Atienza a écrit : > Ok, so the library will always be compiled with the same version as pyarrow. > > I probably misunderstood it,...
> the big problem here is that the [ABI is not stable](https://www.mail-archive.com/[email protected]/msg24282.html), There is a misunderstanding here. The _Arrow C++ ABI_ is not stable. The _Arrow C Data Interface_, however,...
@timkpaine I see three problems: 1) pack/unpack will not roundtrip, see https://github.com/apache/arrow/issues/10488#issuecomment-1964585311 2) that code seems to lack error detection and handling, and might have reference leaks 3) the no-op...
@etseidl I've written the implementation for Parquet C++ here: https://github.com/apache/arrow/pull/40094 I was planning to implement it for Parquet Java, but you may want to do it as well.
@github-actions crossbow submit -g cpp
Thanks! The AppVeyor is unexpected but also seems unrelated. I'll merge.