wgtmac commented on code in PR #102: URL: https://github.com/apache/parquet-site/pull/102#discussion_r1962760747
########## 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: ```suggestion | Data type | C++ | Java | Go | Rust | cuDF | hyparquet | ``` Same for below. ########## 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) Review Comment: ```suggestion * `hyparquet`: [hyparquet](https://github.com/hyparam/hyparquet) ``` There was a similar discussion about the name: https://github.com/apache/parquet-site/pull/99#discussion_r1938388168 -- 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]
