morningman commented on code in PR #24826:
URL: https://github.com/apache/doris/pull/24826#discussion_r1335441302


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/EsTable.java:
##########
@@ -80,21 +80,24 @@ public class EsTable extends Table {
     private EsTablePartitions esTablePartitions;
 
     // Whether to enable docvalues scan optimization for fetching fields more 
fast, default to true
-    private boolean enableDocValueScan = 
Boolean.parseBoolean(EsResource.DOC_VALUE_SCAN_DEFAULT_VALUE);
+    private boolean enableDocValueScan = true;

Review Comment:
   why changing this?



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

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

Reply via email to