Skip to content

Commit

Permalink
[Fix](executor)Fix insert select forward carry workload_group apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbo authored Feb 29, 2024
1 parent d615624 commit 5918c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ public class SessionVariable implements Serializable, Writable {
@VariableMgr.VarAttr(name = SQL_MODE, needForward = true)
public long sqlMode = SqlModeHelper.MODE_DEFAULT;

@VariableMgr.VarAttr(name = WORKLOAD_VARIABLE)
@VariableMgr.VarAttr(name = WORKLOAD_VARIABLE, needForward = true)
public String workloadGroup = "";

@VariableMgr.VarAttr(name = RESOURCE_VARIABLE)
Expand Down

0 comments on commit 5918c52

Please sign in to comment.