github-actions[bot] commented on code in PR #15642:
URL: https://github.com/apache/doris/pull/15642#discussion_r1069232765


##########
be/src/vec/exec/vsort_node.h:
##########
@@ -76,6 +76,7 @@ class VSortNode final : public doris::ExecNode {
     Field old_top {Field::Types::Null};
 
     bool _reuse_mem;
+    bool _use_two_phase_read = false;

Review Comment:
   warning: private field '_use_two_phase_read' is not used 
[clang-diagnostic-unused-private-field]
   ```cpp
       bool _use_two_phase_read = false;
            ^
   ```
   



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to