pitrou commented on code in PR #13115: URL: https://github.com/apache/arrow/pull/13115#discussion_r871505412
########## docs/source/format/CDataInterface.rst: ########## @@ -255,6 +255,9 @@ are available under the Apache License 2.0. .. code-block:: c + #ifndef ARROW_C_DATA_H + #define ARROW_C_DATA_H Review Comment: I don't think we want to make it look like a guard for a particular header file, otherwise people might be tempted to rename it, which would defeat the point of these guards. -- 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]
