MINOR: [Docs] Add Timestamp With Offset to canonical extension types status#50309
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
cc @zeroshade |
|
@rok I could give Python a stab once it's been implemented in C++. Haven't written a line of C++ before. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit e183ea9. There was 1 benchmark result indicating a performance regression:
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. |
Rationale for this change
The Timestamp With Offset canonical extension type is missing from the Implementation Status documentation page.
What changes are included in this PR?
This PR adds a row for Timestamp With Offset to the Canonical Extension types table of the Implementation Status documentation page. It shows that the extension type is implemented only in Rust: apache/arrow-rs#8743.
Are these changes tested?
Screenshot from docs running locally:
Are there any user-facing changes?
This is a documentation change.