Skip to content

Commit

Permalink
[refactor](es) Clean es tcp scannode and related thrift definitions (#…
Browse files Browse the repository at this point in the history
…9553)

PaloExternalSourcesService is designed for es_scan_node using tcp protocol.
But es tcp protocol need deploy a tcp jar into es code. Both es version and lucene version are upgraded,
and the tcp jar is not maintained any more.

So that I remove all the related code and thrift definitions.
  • Loading branch information
yiguolei authored May 14, 2022
1 parent a9653f0 commit cd105be
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,389 deletions.
1 change: 0 additions & 1 deletion be/src/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ set(EXEC_FILES
csv_scan_node.cpp
csv_scanner.cpp
table_function_node.cpp
es_scan_node.cpp
es_http_scan_node.cpp
es_http_scanner.cpp
es/es_predicate.cpp
Expand Down
1 change: 0 additions & 1 deletion be/src/exec/es/es_predicate.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "exprs/slot_ref.h"
#include "gen_cpp/Exprs_types.h"
#include "gen_cpp/Opcodes_types.h"
#include "gen_cpp/PaloExternalDataSourceService_types.h"
#include "runtime/descriptors.h"
#include "runtime/primitive_type.h"
#include "runtime/tuple.h"
Expand Down
Loading

0 comments on commit cd105be

Please sign in to comment.