GH-40799: [Doc][Format] Implementation status page should list canonical extension types#41053
GH-40799: [Doc][Format] Implementation status page should list canonical extension types#41053rok merged 3 commits intoapache:mainfrom
Conversation
|
|
|
@github-actions crossbow submit preview-docs |
|
Revision: ae56dec Submitted crossbow builds: ursacomputing/crossbow @ actions-cdc4d5be63
|
docs/source/status.rst
Outdated
| | FixedShapeTensor | ✓ | | | | | | | | | ||
| +---------------------+-------+-------+-------+------------+-------+-------+-------+-------+ | ||
| | VariableShapeTensor | | | | | | | | | |
There was a problem hiding this comment.
These are the C++ and Python internal names, should we use the prose spelling instead? "Fixed shape tensor" and "Variable shape tensor"
There was a problem hiding this comment.
Good point, thanks for catching this! Fixed.
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 072eff3. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…cal extension types (#41053) ### Rationale for this change Two specifications and one implementation of canonical extension types were added and this should be documented. ### What changes are included in this PR? This represents current state of canonical extension types. ### Are these changes tested? No, docs only. ### Are there any user-facing changes? In so much as they read docs. * GitHub Issue: #40799 Authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Rok Mihevc <rok@mihevc.org>
…canonical extension types (apache#41053) ### Rationale for this change Two specifications and one implementation of canonical extension types were added and this should be documented. ### What changes are included in this PR? This represents current state of canonical extension types. ### Are these changes tested? No, docs only. ### Are there any user-facing changes? In so much as they read docs. * GitHub Issue: apache#40799 Authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Rok Mihevc <rok@mihevc.org>
Rationale for this change
Two specifications and one implementation of canonical extension types were added and this should be documented.
What changes are included in this PR?
This represents current state of canonical extension types.
Are these changes tested?
No, docs only.
Are there any user-facing changes?
In so much as they read docs.