alamb commented on code in PR #47987: URL: https://github.com/apache/arrow/pull/47987#discussion_r2470850427
########## docs/source/status.rst: ########## @@ -44,9 +44,9 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Float32/64 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Decimal32 | ✓ | | ✓ | | ✓ | | | | ✓ | +| Decimal32 | ✓ | | ✓ | | ✓ | ✓ | | | ✓ | Review Comment: See - https://docs.rs/arrow/latest/arrow/array/types/struct.Decimal32Type.html - https://docs.rs/arrow/latest/arrow/array/type.Decimal32Array.html (and similarly for Decimal64) This was courtesy of @CurtHagenlocher via ❤️ - https://github.com/apache/arrow-rs/pull/7841 ########## docs/source/status.rst: ########## @@ -108,24 +108,24 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Extension | ✓ | ✓ | ✓ | | | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Run-End Encoded | ✓ | | ✓ | | | | | | ✓ | +| Run-End Encoded | ✓ | | ✓ | | | ✓ | | | ✓ | Review Comment: https://docs.rs/arrow/latest/arrow/array/struct.RunArray.html ########## docs/source/status.rst: ########## @@ -87,9 +87,9 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Large List | ✓ | ✓ | ✓ | | \(4) | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| List View | ✓ | | ✓ | | ✓ | | | | ✓ | +| List View | ✓ | | ✓ | | ✓ | ✓ | | | ✓ | Review Comment: - https://docs.rs/arrow/latest/arrow/array/type.ListViewArray.html - https://docs.rs/arrow/latest/arrow/array/type.LargeListViewArray.html ########## docs/source/status.rst: ########## @@ -108,24 +108,24 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Extension | ✓ | ✓ | ✓ | | | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Run-End Encoded | ✓ | | ✓ | | | | | | ✓ | +| Run-End Encoded | ✓ | | ✓ | | | ✓ | | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ +-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+ | Canonical | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | | Extension types | | | | | | | | | +=======================+=======+=======+=======+============+=======+=======+=======+=======+ Review Comment: See https://docs.rs/arrow-schema/57.0.0/arrow_schema/extension/trait.ExtensionType.html#implementors Courtesy of @mbrobbel -- 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]
