-
**Describe the bug**
In https://github.com/kylebarron/arro3 I'm exporting arrow-rs functionality for general Python use. I seem to have hit a bug importing sliced arrays.
In [`import_array_pycap…
-
### Bug description
I am using Trino to connect to Opensearch since Superset doesn't directly support it yet.
When I do a query that contains embedded rows, superset does not display the headers for…
-
**Describe the bug**
Since #2093 (related to #1739), some files that `pydicom` previously read now cause `BytesLengthException` during `Dataset.walk()` (and probably any other attempt to get the va…
alund updated
3 weeks ago
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
```
$ make
cython msgpack/_cmsgpack.pyx
python setup.py build_ext -i -f
running build_ext
building 'msgpack._cmsgpack' extension
creating build
creating build/temp.linux-x86_64-cpython-314
cre…
-
https://github.com/apache/arrow/pull/37797 added a Python layer for working with the C Data Interface through capsules and defined dunder methods, described at https://arrow.apache.org/docs/dev/format…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I'm taking a table and casting it to its own schema. This should _always_ work, but it errors in a certa…
-
### Describe the bug, including details regarding any error messages, version, and platform.
While this is invalid according to our spec, we should raise a proper exception about it instead of crashi…
-
**Common issues before reporting**
**Have you modified the save files**
Nope, still trying to convert it to JSON in the first place. I used the custom argument in the pinned to remove world parsin…
-
The behaviour of the `lit` expression is questionable when trying to create complex types (`List`, `Array`, `Struct`).
Consider the following behavior:
```
>>> pl.select(pl.lit([1, 2])) # Trying…