Skip to content

Commit

Permalink
[Refactor]remove some unused codes (StarRocks#55393)
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <ewang2027@gmail.com>
  • Loading branch information
zombee0 authored Jan 24, 2025
1 parent 463e375 commit cf1133b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 959 deletions.
2 changes: 0 additions & 2 deletions be/src/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,7 @@ set(EXEC_FILES
pipeline/scan/schema_scan_operator.cpp
pipeline/scan/schema_scan_context.cpp
pipeline/sink/connector_sink_operator.cpp
pipeline/sink/iceberg_table_sink_operator.cpp
pipeline/sink/sink_io_buffer.cpp
pipeline/sink/hive_table_sink_operator.cpp
pipeline/sink/table_function_table_sink_operator.cpp
pipeline/sink/blackhole_table_sink_operator.cpp
pipeline/scan/morsel.cpp
Expand Down
2 changes: 0 additions & 2 deletions be/src/exec/data_sink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
#include "exec/pipeline/sink/dictionary_cache_sink_operator.h"
#include "exec/pipeline/sink/export_sink_operator.h"
#include "exec/pipeline/sink/file_sink_operator.h"
#include "exec/pipeline/sink/hive_table_sink_operator.h"
#include "exec/pipeline/sink/iceberg_table_sink_operator.h"
#include "exec/pipeline/sink/memory_scratch_sink_operator.h"
#include "exec/pipeline/sink/mysql_table_sink_operator.h"
#include "exec/pipeline/sink/table_function_table_sink_operator.h"
Expand Down
220 changes: 0 additions & 220 deletions be/src/exec/pipeline/sink/hive_table_sink_operator.cpp

This file was deleted.

133 changes: 0 additions & 133 deletions be/src/exec/pipeline/sink/hive_table_sink_operator.h

This file was deleted.

Loading

0 comments on commit cf1133b

Please sign in to comment.