Antoine Pitrou
Antoine Pitrou
Using enums in a C ABI can make it harder for non-C languages to cooperate, as they have to find out the enum bitwidth when implementing the ABI. Granted, the...
Currently the DLPack spec provides a [PyCapsule destructor example in C](https://dmlc.github.io/dlpack/latest/python_spec.html#implementation), but it doesn't provide a Cython equivalent. While writing the Cython equivalent of said C code should be relatively...
The link to the Numpy implementation is outdated as it seems the Numpy source tree has undergone modifications: https://dmlc.github.io/dlpack/latest/python_spec.html#reference-implementations It should probably be updated to https://github.com/numpy/numpy/blob/main/numpy/_core/src/multiarray/dlpack.c
### Describe the enhancement requested Currently, encoders and decoders are defined in a single file `encoding.cc`, which is quite large. Given that their infrastructure is separate, it would probably make...
### Describe the enhancement requested In https://github.com/apache/arrow/issues/40202#issuecomment-1978589865 it was determined that Flatbuffers serialization of a Arrow schema did not always result in the same binary encoding. A [changeset in Flatbuffers](https://github.com/google/flatbuffers/commit/f575b02fda04fe579fb23442234feb8129b77ee2)...
Implement the format additions described in PARQUET-2414. TODO: - [ ] Wait for format additions to be voted on - [ ] Create corresponding JIRA issue and link to it...
### Describe the bug While trying to debug a TLS certificate issue, I found out that the AWS SDK returned poorly informative error messages, such as: ``` OSError: When listing...
### Describe the bug One of our users has [reported](https://github.com/apache/arrow/issues/40279) that creating a S3Client instance can take up to 1 millisecond. According to profiler statistics, most of the time is...
I'm trying out the xifr extension so I choose a news article at random since they often come with illustrations. On https://www.letelegramme.fr/ille-et-vilaine/rennes-35000/accuse-davoir-empeche-lexpulsion-de-lattaquant-darras-manuel-valls-repond-6448696.php , the metadata of the main article photo...