Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ public enum IgnoreSplitType {
description = "Use consistent hashing to split the appearance for external scan")
public boolean useConsistentHashForExternalScan = false;

@VarAttrDef.VarAttr(name = PROFILE_LEVEL, fuzzy = false,
@VarAttrDef.VarAttr(name = PROFILE_LEVEL, fuzzy = false, needForward = true,
setter = "setProfileLevel", checker = "checkProfileLevel",
description = "The level of query profile, "
+ "1 means only collect Counter of MergedProfile, 2 means print detailed information,"
Expand Down
Loading