Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions be/src/exec/es_http_scan_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ class EsHttpScanNode : public ScanNode {
const std::vector<ExprContext*>& conjunct_ctxs,
EsScanCounter* counter);

private:

Status build_conjuncts_list();

TupleId _tuple_id;
Expand Down
2 changes: 1 addition & 1 deletion be/src/util/es_scan_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
namespace doris {
const std::string REUQEST_SCROLL_FILTER_PATH = "filter_path=_scroll_id,hits.hits._source,hits.total,_id,hits.hits._source.fields";
const std::string REQUEST_SCROLL_PATH = "_scroll";
const std::string REQUEST_PREFERENCE_PREFIX = "&preference=shards:";
const std::string REQUEST_PREFERENCE_PREFIX = "&preference=_shards:";
const std::string REQUEST_SEARCH_SCROLL_PATH = "/_search/scroll";
const std::string REQUEST_SEPARATOR = "/";
const std::string REQUEST_SCROLL_TIME = "5m";
Expand Down