Copilot commented on code in PR #50286: URL: https://github.com/apache/arrow/pull/50286#discussion_r3492759837
########## docs/source/status.rst: ########## @@ -91,7 +91,7 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | List View | ✓ | | ✓ | | ✓ | ✓ | | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Large List View | ✓ | | ✓ | | | ✓ | | | ✓ | +| Large List View | ✓ | | ✓ | | \(4) | ✓ | | | ✓ | Review Comment: In the grid table row for “Large List View”, the C# cell has an extra leading space (`| \(4) |`), which makes the cell one character wider than the column width defined by the table borders (`+-------+`). This can break reStructuredText grid table parsing/builds. Align the spacing with the other `\(4)` cells (e.g., “Large List”). -- 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]
