* [fix](decimalv2) fix scale of decimalv2 to string
This commit is contained in:
@ -862,8 +862,6 @@ public class SessionVariable implements Serializable, Writable {
|
||||
public String defaultStorageEngine = "olap";
|
||||
@VariableMgr.VarAttr(name = DEFAULT_TMP_STORAGE_ENGINE)
|
||||
public String defaultTmpStorageEngine = "olap";
|
||||
@VariableMgr.VarAttr(name = DIV_PRECISION_INCREMENT)
|
||||
public int divPrecisionIncrement = 4;
|
||||
|
||||
// -1 means unset, BE will use its config value
|
||||
@VariableMgr.VarAttr(name = MAX_SCAN_KEY_NUM)
|
||||
@ -2485,10 +2483,6 @@ public class SessionVariable implements Serializable, Writable {
|
||||
this.storageEngine = storageEngine;
|
||||
}
|
||||
|
||||
public int getDivPrecisionIncrement() {
|
||||
return divPrecisionIncrement;
|
||||
}
|
||||
|
||||
public int getMaxScanKeyNum() {
|
||||
return maxScanKeyNum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user