AlenkaF opened a new pull request, #33948: URL: https://github.com/apache/arrow/pull/33948
### Rationale for this change There have been quite a lot of discussions connected to the tensor support in Arrow Tables/RecorBatches. This PR is a Python implementation example for the specification proposal to add tensors as a canonical type extensions which will be sent to the Mailing list for discussion and vote. ### What changes are included in this PR? - Implementation of the fixed size tensor canonical extension type in PyArrow plus tests (as an example in test_extension_type.py) - Example of the implementation and example of the usage in `pyarrow.Table` (added to extending_types.rst) ### Are these changes tested? - Tests for the implementation are added to test_extension_type.py - html version of the example in the documentation:   ### Are there any user-facing changes? No. -- 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]
