AlenkaF opened a new pull request, #36496:
URL: https://github.com/apache/arrow/pull/36496
### Rationale for this change
The string representation of two different `FixedShapeTensorType` objects is
currently the same: `extension<arrow.fixed_shape_tensor>`.
### What changes are included in this PR?
Override general type `ToString()` method for `FixedShapeTensorType`. The
string representation of a tensor in this PR is proposed as follows:
```
extension<arrow.fixed_shape_tensor<type: *, {"shape":[*]}>>
```
### Are these changes tested?
Yes, in Python.
### 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]