westonpace commented on code in PR #35464:
URL: https://github.com/apache/arrow/pull/35464#discussion_r1201100481


##########
cpp/src/arrow/acero/query_context.cc:
##########
@@ -23,10 +23,19 @@ namespace arrow {
 using arrow::internal::CpuInfo;
 namespace acero {
 
+namespace {
+io::IOContext GetIoContext(QueryOptions& opts, const ExecContext& 
exec_context) {

Review Comment:
   ```suggestion
   io::IOContext GetIoContext(const QueryOptions& opts, const ExecContext& 
exec_context) {
   ```
   



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