[Improvement](decimal) reduce overhead on disable check decimal overflow (#28249)
reduce overhead on disable check decimal overflow
This commit is contained in:
@ -956,7 +956,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
@VariableMgr.VarAttr(name = ENABLE_PROJECTION)
|
||||
private boolean enableProjection = true;
|
||||
|
||||
@VariableMgr.VarAttr(name = CHECK_OVERFLOW_FOR_DECIMAL, varType = VariableAnnotation.DEPRECATED)
|
||||
@VariableMgr.VarAttr(name = CHECK_OVERFLOW_FOR_DECIMAL)
|
||||
private boolean checkOverflowForDecimal = true;
|
||||
|
||||
@VariableMgr.VarAttr(name = DECIMAL_OVERFLOW_SCALE, needForward = true, description = {
|
||||
|
||||
Reference in New Issue
Block a user