apache / apache/arrow

[C++] Can't create nested UUID array

Open
#46,984 1 comment 0 reactions 0 assignees View on GitHub
Component: C++ Type: bug
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the bug, including details regarding any error messages, version, and platform.

```
>>> pa.array([None], type=pa.list_(pa.uuid()))
Traceback (most recent call last):
File "", line 1, in
File "pyarrow\\array.pxi", line 375, in pyarrow.lib.array
File "pyarrow\\array.pxi", line 45, in pyarrow.lib._sequence_to_array
File "pyarrow\\error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow\\error.pxi", line 92, in pyarrow.lib.check_status
pyarrow.lib.ArrowNotImplementedError: extension
>>>
```

### Component(s)

C++

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.