flying-sheep opened a new issue, #48470: URL: https://github.com/apache/arrow/issues/48470
### Describe the bug, including details regarding any error messages, version, and platform. ```pytb >>> import pyarrow as pa >>> pa.array([pa.scalar(b'1'*16, type=pa.uuid())], type=pa.uuid()) --------------------------------------------------------------------------- ArrowInvalid Traceback (most recent call last) Cell In[9], line 1 ----> 1 pa.array([pa.scalar(b'1'*16, type=pa.uuid())], type=pa.uuid()) File ~/Library/Caches/uv/archive-v0/UNkk8POLszqiSN2SsjRG1/lib/python3.13/site-packages/pyarrow/array.pxi:375, in pyarrow.lib.array() File ~/Library/Caches/uv/archive-v0/UNkk8POLszqiSN2SsjRG1/lib/python3.13/site-packages/pyarrow/array.pxi:46, in pyarrow.lib._sequence_to_array() File ~/Library/Caches/uv/archive-v0/UNkk8POLszqiSN2SsjRG1/lib/python3.13/site-packages/pyarrow/error.pxi:155, in pyarrow.lib.pyarrow_internal_check_status() File ~/Library/Caches/uv/archive-v0/UNkk8POLszqiSN2SsjRG1/lib/python3.13/site-packages/pyarrow/error.pxi:92, in pyarrow.lib.check_status() ArrowInvalid: Cannot append scalar of type extension<arrow.uuid> to builder for type fixed_size_binary[16] ``` ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
