mapleFU opened a new issue, #36820:
URL: https://github.com/apache/arrow/issues/36820

   ### Describe the enhancement requested
   
   ```c++
         return Status::OK();
         // The "list fragments" task doesn't actually end until the fragments 
are
         // all scanned.  This allows us to enforce fragment readahead.
         return list_and_scan_done;
   ```
   
   Seems this has two return values. I don't know the logic should return 
`list_and_scan_done` for blocking or just a `OK` here.
   
   ### Component(s)
   
   C++


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