lidavidm commented on PR #13492:
URL: https://github.com/apache/arrow/pull/13492#issuecomment-1206751318

   Hmm, Windows builds fail because of a similar issue to 
https://github.com/apache/arrow/pull/13434 - Protobuf and DLLs don't interact 
well, since you can't get `protoc` to insert the `dllimport`/`dllexport` 
declarations correctly.
   
   The easiest thing might be to just punt on CancelQuery for now. Or else, it 
would have to be
   
   ```proto
   message ActionCancelQueryRequest {
     // XXX(ARROW-16902): A serialized FlightInfo   
     bytes info = 1;
   }
   ```
   
   and then rely on `FlightInfo::Deserialize`.


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

Reply via email to