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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]