mapleFU commented on PR #35464:
URL: https://github.com/apache/arrow/pull/35464#issuecomment-1537112786

   ```c++
   Result<std::shared_ptr<Table>> DeclarationToTable(Declaration declaration,
                                                     QueryOptions 
query_options) {
     if (query_options.custom_cpu_executor != nullptr) {
       return Status::Invalid("Cannot use synchronous methods with a custom CPU 
executor");
     }
   ```
   
   By the way, should I notice and add io-executor here? @westonpace 


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