Skip to content

Commit

Permalink
[chore](profile) Enable profile by default (#41481)
Browse files Browse the repository at this point in the history
Last step of #33744
  • Loading branch information
zhiqiang-hhhh authored Nov 13, 2024
1 parent 7b2547c commit 2819a23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ public class SessionVariable implements Serializable, Writable {

// if true, need report to coordinator when plan fragment execute successfully.
@VariableMgr.VarAttr(name = ENABLE_PROFILE, needForward = true)
public boolean enableProfile = false;
public boolean enableProfile = true;

@VariableMgr.VarAttr(name = ENABLE_VERBOSE_PROFILE, needForward = true)
public boolean enableVerboseProfile = false;
Expand Down

0 comments on commit 2819a23

Please sign in to comment.