jorisvandenbossche commented on code in PR #40156: URL: https://github.com/apache/arrow/pull/40156#discussion_r1498902231
########## docs/source/format/Columnar.rst: ########## @@ -404,6 +404,9 @@ All integers (length, buffer index, and offset) are signed. This layout is adapted from TU Munich's `UmbraDB`_. +Note that this layout uses one additional buffer to store the variadic buffer +lengths in the :ref:`Arrow C data interface <c-data-interface-binary-view-arrays>`. Review Comment: I first had it that way, but then changed to lower case because that's the casing we are using on that page itself .. ;) (https://arrow.apache.org/docs/dev/format/CDataInterface.html) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org