This reverts commit 17917a0adb57ac337dfd41e8853b1aa87c9d5acd.
This commit is contained in:
@ -1342,7 +1342,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
public boolean truncateCharOrVarcharColumns = false;
|
||||
|
||||
@VariableMgr.VarAttr(name = ENABLE_MEMTABLE_ON_SINK_NODE, needForward = true)
|
||||
public boolean enableMemtableOnSinkNode = true;
|
||||
public boolean enableMemtableOnSinkNode = false;
|
||||
|
||||
@VariableMgr.VarAttr(name = LOAD_STREAM_PER_NODE)
|
||||
public int loadStreamPerNode = 60;
|
||||
|
||||
Reference in New Issue
Block a user