wuyunfeng commented on a change in pull request #4055: URL: https://github.com/apache/incubator-doris/pull/4055#discussion_r451984684
########## File path: fe/src/main/java/org/apache/doris/planner/EsScanNode.java ########## @@ -109,6 +110,34 @@ public void finalize(Analyzer analyzer) throws UserException { isFinalized = true; } + /** + * return whether can use the doc_values scan + * 0 and 1 are returned to facilitate Doris BE processing Review comment: 这和传递没有关系,因为有一个map结构当时留着就是为了在不改thrift结构的情况下容易扩展 ---------------------------------------------------------------- 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