westonpace commented on issue #139:
URL: https://github.com/apache/arrow-cookbook/issues/139#issuecomment-1028698801


   Or it's possible that this is the root cause:
   
   ```
   note: expanded from here
   /home/antoine/arrow/cookbook/cpp/code/datasets.cc:148:29: error: no member 
named 'UseAsync' in 'arrow::dataset::ScannerBuilder' [clang-diagnostic-error]
     ASSERT_OK(scanner_builder.UseAsync(true));
   ```
   
   The `UseAsync` method went away fairly recently so this recipe needs fixed.  
I'll add this to my list of things to look at Friday.


-- 
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]


Reply via email to