platypii commented on code in PR #102: URL: https://github.com/apache/parquet-site/pull/102#discussion_r1965058654
########## content/en/docs/File Format/implementationstatus.md: ########## @@ -22,91 +22,91 @@ Implementations: * `Go`: [parquet-go](https://github.com/apache/arrow-go/tree/main/parquet) * `Rust`: [parquet-rs](https://github.com/apache/arrow-rs/blob/main/parquet/README.md) * `cuDF`: [cudf](https://github.com/rapidsai/cudf) - +* `JavaScript`: [hyparquet](https://github.com/hyparam/hyparquet) ### Physical types -| Data type | C++ | Java | Go | Rust | cuDF | -| ----------------------------------------- | ----- | ----- | ----- | ----- | ----- | -| BOOLEAN | ✅ | ✅ | | ✅ | ✅ | -| INT32 | ✅ | ✅ | | ✅ | ✅ | -| INT64 | ✅ | ✅ | | ✅ | ✅ | -| INT96 (1) | ✅ | ✅ | | ✅ | ✅ | -| FLOAT | ✅ | ✅ | | ✅ | ✅ | -| DOUBLE | ✅ | ✅ | | ✅ | ✅ | -| BYTE_ARRAY | ✅ | ✅ | | ✅ | ✅ | -| FIXED_LEN_BYTE_ARRAY | ✅ | ✅ | | ✅ | ✅ | +| Data type | C++ | Java | Go | Rust | cuDF | JS | Review Comment: updated tables with library name "hyparquet" -- 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]
