Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jan 4, 2025
1 parent fe8a334 commit ba7ba36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {
"Skip most optimization rules and quickly analyze insert into values statements"
}
)
private boolean enableFastAnalyzeInsertIntoValues = true;
private boolean enableFastAnalyzeInsertIntoValues = false;

@VariableMgr.VarAttr(name = ENABLE_FUNCTION_PUSHDOWN, fuzzy = true)
public boolean enableFunctionPushdown = false;
Expand Down

0 comments on commit ba7ba36

Please sign in to comment.