pitrou commented on a change in pull request #52:
URL: https://github.com/apache/arrow-cookbook/pull/52#discussion_r817477821
##########
File path: cpp/code/common.cc
##########
@@ -55,6 +55,17 @@ void EndRecipe(const std::string& recipe_name) {
current_recipe = "";
}
+arrow::Status EndRecipe(const std::string& recipe_name) {
+ DoEndRecipe(recipe_name);
+ return arrow::Status::OK();
Review comment:
Do you envision that `EndRecipe` may fail in later iterations of the
support code?
--
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]