platypii commented on code in PR #102:
URL: https://github.com/apache/parquet-site/pull/102#discussion_r1965101694


##########
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:
   Another option would be to remove the pre-colon and put language in parens 
after?
   
   Also one could argue that the existing link names are wrong, since the 
implementation names are actually `arrow`, `arrow-go`, and `arrow-rs`. Should 
those names also be in table headers below instead of the languages? 
   
   This format would better support the case of multiple implementations per 
language:
   
   ```suggestion
   * [arrow](https://github.com/apache/arrow/tree/main/cpp/src/parquet) (C++)
   * [parquet-java](https://github.com/apache/parquet-java) (Java)
   * [arrow-go](https://github.com/apache/arrow-go/tree/main/parquet) (Go)
   * [arrow-rs](https://github.com/apache/arrow-rs/blob/main/parquet/README.md) 
(Rust)
   * [cudf](https://github.com/rapidsai/cudf) (CUDA)
   * [hyparquet](https://github.com/hyparam/hyparquet) (JavaScript)
   ```



-- 
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]

Reply via email to