You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/10 20:22:18 UTC

[GitHub] [arrow] lidavidm commented on a diff in pull request #13115: RFC: [Format] Add canonical include guard for C Data Interface

lidavidm commented on code in PR #13115:
URL: https://github.com/apache/arrow/pull/13115#discussion_r869648814


##########
cpp/src/arrow/c/abi.h:
##########
@@ -60,6 +63,11 @@ struct ArrowArray {
   void* private_data;
 };
 
+#endif  // ARROW_C_DATA_H

Review Comment:
   Oops, indeed, you're right. Thanks for catching this!



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org