mapleFU commented on issue #38071:
URL: https://github.com/apache/arrow/issues/38071#issuecomment-1750574148

   > Is the fix to make this an actual error, instead of only a debug check? 
(because it should still error properly when reading an invalid file?)
   
   🤔 Maybe it's ok to change the
   
   ```c++
   -  std::vector<ReadRange> Coalesce(std::vector<ReadRange> ranges)
   + Result<std::vector<ReadRange>> Coalesce(std::vector<ReadRange> ranges)
   ```
   
   But here it only affect the debug build, and not report this on release 
mode. So waiting for your advices...


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