jaepil opened a new pull request, #43278:
URL: https://github.com/apache/arrow/pull/43278

   This PR fixes compiler warnings in Clang.
   ```
   ❯ ninja clean && ninja
   [1/1] Cleaning all built files...
   Cleaning... 0 files.
   [289/391] Building CXX object 
src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/asof_join_node.cc.o
   
/Users/jaepil/work/appspand/deps/arrow/cpp/src/arrow/acero/asof_join_node.cc:782:17:
 warning: private field 'node_' is not used [-Wunused-private-field]
     782 |   AsofJoinNode* node_;
         |                 ^
   
/Users/jaepil/work/appspand/deps/arrow/cpp/src/arrow/acero/asof_join_node.cc:784:10:
 warning: private field 'index_' is not used [-Wunused-private-field]
     784 |   size_t index_;
         |          ^
   2 warnings generated.
   [391/391] Linking CXX static library release/libarrow_substrait.a
   ```


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