This is an automated email from the ASF dual-hosted git repository.

jakevin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 595a5337dc fix doc typos (#12967)
595a5337dc is described below

commit 595a5337dcbe52ccde4d18222c4f90ae60e0b0f0
Author: zxealous <[email protected]>
AuthorDate: Mon Sep 26 20:11:26 2022 +0800

    fix doc typos (#12967)
---
 be/src/common/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.h b/be/src/common/config.h
index 5b5eccdf0d..4bc79cf9b0 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -732,7 +732,7 @@ CONF_mInt32(max_segment_num_per_rowset, "200");
 // The connection timeout when connecting to external table such as odbc table.
 CONF_mInt32(external_table_connect_timeout_sec, "30");
 
-// The capacity of lur cache in segment loader.
+// The capacity of lru cache in segment loader.
 // Althought it is called "segment cache", but it caches segments in rowset 
granularity.
 // So the value of this config should corresponding to the number of rowsets 
on this BE.
 CONF_mInt32(segment_cache_capacity, "1000000");


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

Reply via email to