pitrou commented on a change in pull request #8374: URL: https://github.com/apache/arrow/pull/8374#discussion_r500877701
########## File path: docs/source/developers/contributing.rst ########## @@ -304,3 +304,40 @@ to your branch, which they sometimes do to help move a pull request along. In addition, the GitHub PR "suggestion" feature can also add commits to your branch, so it is possible that your local copy of your branch is missing some additions. + +Guidance for specific features +============================== + +From time to time the community has discussions on specific types of features +and improvements that they expect to support. This section outlines decisions +that have been made in this regard. + +Endianess ++++++++++ +Arrow is primarily a little endian format there has been some effort to Review comment: I wouldn't say that. Arrow lets you specify the endianness. But many computer systems these days (most?) are little-endian and most Arrow-based applications probably run on little-endian systems. (note "systems": e.g. PPC CPUs can be configured in both LE and BE modes, but under Linux they use LE) ---------------------------------------------------------------- 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: us...@infra.apache.org