This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 59024bacc6b [fix](session-var) force_sample_analyze forwarding to
master (#34048)
59024bacc6b is described below
commit 59024bacc6b56ba3d8813bcb1135401375b24c7d
Author: zhengyu <[email protected]>
AuthorDate: Wed Apr 24 21:17:14 2024 +0800
[fix](session-var) force_sample_analyze forwarding to master (#34048)
Signed-off-by: zhengyu <[email protected]>
---
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index 2a3ec1f3080..2037f5fa1ef 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -1546,7 +1546,7 @@ public class SessionVariable implements Serializable,
Writable {
flag = VariableMgr.GLOBAL)
public boolean enableAutoAnalyze = true;
- @VariableMgr.VarAttr(name = FORCE_SAMPLE_ANALYZE,
+ @VariableMgr.VarAttr(name = FORCE_SAMPLE_ANALYZE, needForward = true,
description = {"是否将 full analyze 自动转换成 sample analyze", "Set true
to force sample analyze"},
flag = VariableMgr.GLOBAL)
public boolean forceSampleAnalyze = Config.force_sample_analyze;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]