wutiangan commented on a change in pull request #4055: URL: https://github.com/apache/incubator-doris/pull/4055#discussion_r451984322
########## File path: be/src/exec/es/es_scan_reader.h ########## @@ -40,6 +40,7 @@ class ESScanReader { static constexpr const char* KEY_QUERY = "query"; static constexpr const char* KEY_BATCH_SIZE = "batch_size"; static constexpr const char* KEY_TERMINATE_AFTER = "limit"; + static constexpr const char* KEY_DOC_VALUE_MODE = "doc_values_mode"; Review comment: ```suggestion static constexpr const char* KEY_DOC_VALUES_MODE = "doc_values_mode"; ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org