[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:
@ -289,8 +289,5 @@ using FrontendServiceConnection = ClientConnection<FrontendServiceClient>;
|
||||
class TPaloBrokerServiceClient;
|
||||
using BrokerServiceClientCache = ClientCache<TPaloBrokerServiceClient>;
|
||||
using BrokerServiceConnection = ClientConnection<TPaloBrokerServiceClient>;
|
||||
class TExtDataSourceServiceClient;
|
||||
using ExtDataSourceServiceClientCache = ClientCache<TExtDataSourceServiceClient>;
|
||||
using ExtDataSourceServiceConnection = ClientConnection<TExtDataSourceServiceClient>;
|
||||
|
||||
} // namespace doris
|
||||
|
||||
Reference in New Issue
Block a user