ianmcook commented on code in PR #41052: URL: https://github.com/apache/arrow/pull/41052#discussion_r1557930667
########## docs/source/status.rst: ########## @@ -337,18 +339,18 @@ C Stream Interface Third-Party Data Formats ======================== -+-----------------------------+---------+---------+-------+------------+-------+-------+-------+-------+ -| Format | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | -| | | | | | | | | | -+=============================+=========+=========+=======+============+=======+=======+=======+=======+ -| Avro | | R | | | | | | | -+-----------------------------+---------+---------+-------+------------+-------+-------+-------+-------+ -| CSV | R/W | R (2) | R/W | | | R/W | R/W | | -+-----------------------------+---------+---------+-------+------------+-------+-------+-------+-------+ -| ORC | R/W | R (1) | | | | | | | -+-----------------------------+---------+---------+-------+------------+-------+-------+-------+-------+ -| Parquet | R/W | R (2) | R/W | | | R/W | | | -+-----------------------------+---------+---------+-------+------------+-------+-------+-------+-------+ ++-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+ +| Format | C++ | Java | Go | JS | C# | Rust | Julia | Swift | +| | | | | | | | | | ++=============================+=========+=========+=======+====+=======+=======+=======+=======+ +| Avro | | R | | | | | | ++-----------------------------+---------+---------+-------+------------+-------+-------+-------+ +| CSV | R/W | R (2) | R/W | | | R/W | R/W | ++-----------------------------+---------+---------+-------+------------+-------+-------+-------+ +| ORC | R/W | R (1) | | | | | | ++-----------------------------+---------+---------+-------+------------+-------+-------+-------+ +| Parquet | R/W | R (2) | R/W | | | R/W | | ++-----------------------------+---------+---------+-------+------------+-------+-------+-------+ Review Comment: I think this is still not exactly right. We need the vertical line to continue all the way down, right? ```suggestion +=============================+=========+=========+=======+====+=======+=======+=======+=======+ | Avro | | R | | | | | | | +-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+ | CSV | R/W | R (2) | R/W | | | | R/W | R/W | +-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+ | ORC | R/W | R (1) | | | | | | | +-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+ | Parquet | R/W | R (2) | R/W | | | | R/W | | +-----------------------------+---------+---------+-------+----+-------+-------+-------+-------+ ``` -- 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]
