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


##########
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?
   
   `EsResource.DOC_VALUE_SCAN_DEFAULT_VALUE` is a constant, we do not need to 
convert.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to