wesm commented on a change in pull request #8293:
URL: https://github.com/apache/arrow/pull/8293#discussion_r496944869
##########
File path: docs/source/format/CDataInterface.rst
##########
@@ -132,21 +132,23 @@ strings:
| ``g`` | float64 | |
+-----------------+--------------------------+------------+
-+-----------------+---------------------------------------+------------+
-| Format string | Arrow data type | Notes |
-+=================+=======================================+============+
-| ``z`` | binary | |
-+-----------------+---------------------------------------+------------+
-| ``Z`` | large binary | |
-+-----------------+---------------------------------------+------------+
-| ``u`` | utf-8 string | |
-+-----------------+---------------------------------------+------------+
-| ``U`` | large utf-8 string | |
-+-----------------+---------------------------------------+------------+
-| ``d:19,10`` | decimal128 [precision 19, scale 10] | |
-+-----------------+---------------------------------------+------------+
-| ``w:42`` | fixed-width binary [42 bytes] | |
-+-----------------+---------------------------------------+------------+
++-----------------+---------------------------------------------------+------------+
+| Format string | Arrow data type | Notes
|
++=================+===================================================+============+
+| ``z`` | binary |
|
++-----------------+---------------------------------------------------+------------+
+| ``Z`` | large binary |
|
++-----------------+---------------------------------------------------+------------+
+| ``u`` | utf-8 string |
|
++-----------------+---------------------------------------------------+------------+
+| ``U`` | large utf-8 string |
|
++-----------------+---------------------------------------------------+------------+
+| ``d:19,10`` | decimal128 [precision 19, scale 10] |
|
++-----------------+---------------------------------------------------+------------+
+| ``d:19,10,NNN`` | decimal bitwdith = NNN [precision 19, scale 10] |
|
Review comment:
typo: bit width
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]