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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Compiling sink_node.cc throws the following warning:
   
   ```
   Compiling C++ object src/arrow/acero/libarrow-acero.so.p/sink_node.cc.o
   ../src/arrow/acero/sink_node.cc: In static member function ‘static 
arrow::Status arrow::acero::{anonymous}::SinkNode::ValidateOptions(const 
arrow::acero::SinkNodeOptions&)’:
   ../src/arrow/acero/sink_node.cc:270:51: warning: comparison of unsigned 
expression in ‘< 0’ is always false [-Wtype-limits]
     270 |     if (sink_options.backpressure.resume_if_below < 0) {
         |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
   ```
   
   
   ### 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