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 2021/04/29 02:48:38 UTC

[GitHub] [arrow] westonpace commented on a change in pull request #10194: ARROW-12594: [C++] Expose the Arrow format version that the library was compiled against

westonpace commented on a change in pull request #10194:
URL: https://github.com/apache/arrow/pull/10194#discussion_r622698082



##########
File path: cpp/CMakeLists.txt
##########
@@ -88,10 +88,18 @@ else()
   set(ARROW_FULL_SO_VERSION "${ARROW_SO_VERSION}.${ARROW_VERSION_PATCH}.0")
 endif()
 
+set(ARROW_FORMAT_VERSION "1.0.0")
+set(ARROW_FORMAT_VERSION_MAJOR "1")
+set(ARROW_FORMAT_VERSION_MINOR "0")
+set(ARROW_FORMAT_VERSION_PATCH "0")

Review comment:
       That works, thanks!




-- 
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:
users@infra.apache.org