platypii commented on code in PR #102: URL: https://github.com/apache/parquet-site/pull/102#discussion_r1965060305
########## 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: All the list items besides `cuDF` put the language before the colon, not the library name. I'm happy to make changes but I think it would be nice if it mentioned the language somewhere. So that users who are working in a particular language might know what implementations to look at? Open to suggestions. I would personally advocate for having the language listed in the top "Implementations" list, and then in the tables put the specific implementation name (since there could be multiple libraries in the same language). -- 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]
