Use ARROW_RETURN_NOT_OK (and friends) instead of ASSERT_OK (and friends) in recipes (#52)

* Modified existing recipes to use a status returning method to contain the recipe so that we can use ARROW_RETURN_NOT_OK instead of ASSERT_OK in our examples.
3 files changed