Skip to content

Conversation

@AlenkaF
Copy link
Member

@AlenkaF AlenkaF commented Jan 31, 2023

Rationale for this change

There have been quite a lot of discussions connected to the tensor support in Arrow Tables/RecorBatches (#33924). 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)

Both are only illustrative, do not merge!

Are these changes tested?

  • Tests for the implementation are added to test_extension_type.py

Are there any user-facing changes?

No.

cc @rok @jorisvandenbossche

@github-actions
Copy link

@AlenkaF
Copy link
Member Author

AlenkaF commented Apr 7, 2023

Closing in favour of #34883 and #34957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Python][Docs] Tensor canonical type extension example

3 participants