Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Dec 12, 2024
1 parent a029c3d commit 1ff6cce
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,13 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {
needForward = true, varType = VariableAnnotation.EXPERIMENTAL)
public boolean enableSingleReplicaInsert = false;

@VariableMgr.VarAttr(name = ENABLE_FAST_ANALYZE_INSERT_INTO_VALUES, fuzzy = true)
@VariableMgr.VarAttr(
name = ENABLE_FAST_ANALYZE_INSERT_INTO_VALUES, fuzzy = true,
description = {
"跳过大部分的优化规则,快速分析insert into values语句",
"Skip most optimization rules and quickly analyze insert into values statements"
}
)
private boolean enableFastAnalyzeInsertIntoValues = true;

@VariableMgr.VarAttr(name = ENABLE_FUNCTION_PUSHDOWN, fuzzy = true)
Expand Down

0 comments on commit 1ff6cce

Please sign in to comment.