[refactor](es) Clean es tcp scannode and related thrift definitions (#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.
This commit is contained in:
yiguolei
2022-05-14 10:03:55 +08:00
committed by GitHub
parent a9653f00bb
commit cd105bee0a
14 changed files with 0 additions and 1389 deletions

View File

@ -37,9 +37,6 @@ set(SRC_FILES
${GEN_CPP_DIR}/HeartbeatService_types.cpp
${GEN_CPP_DIR}/PaloInternalService_constants.cpp
${GEN_CPP_DIR}/PaloInternalService_types.cpp
${GEN_CPP_DIR}/PaloExternalDataSourceService_constants.cpp
${GEN_CPP_DIR}/PaloExternalDataSourceService_types.cpp
${GEN_CPP_DIR}/TExtDataSourceService.cpp
${GEN_CPP_DIR}/FrontendService.cpp
${GEN_CPP_DIR}/FrontendService_constants.cpp
${GEN_CPP_DIR}/FrontendService_types.cpp