jvanstraten commented on a change in pull request #12279: URL: https://github.com/apache/arrow/pull/12279#discussion_r796453054
########## File path: cpp/cmake_modules/DefineOptions.cmake ########## @@ -478,6 +478,13 @@ advised that if this is enabled 'install' will fail silently on components;\ that have not been built" OFF) + set(ARROW_SUBSTRAIT_REPO_AND_TAG_DEFAULT + "https://github.com/substrait-io/substrait e1b4c04a1b518912f4c4065b16a1b2c0ac8e14cf" + ) + define_option_string(ARROW_SUBSTRAIT_REPO_AND_TAG + "Custom 'repository_url tag' for generating substrait accessors" + "${ARROW_SUBSTRAIT_REPO_AND_TAG_DEFAULT}") + Review comment: I agree. aa0e94b -- 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