Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zou Xinyi committed Nov 7, 2024
1 parent 61536ac commit 96a6bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion be/src/pipeline/exec/result_sink_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@

#include "result_sink_operator.h"

#include <memory>
#include <sys/select.h>

#include <memory>

#include "common/config.h"
#include "common/object_pool.h"
#include "exec/rowid_fetcher.h"
Expand Down
2 changes: 1 addition & 1 deletion be/src/vec/sink/vresult_sink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include "vec/sink/vresult_sink.h"

#include <fmt/format.h>
#include <time.h>
#include <sys/select.h>
#include <time.h>

#include <new>

Expand Down

0 comments on commit 96a6bf8

Please sign in to comment.