[Improvement](functions)Optimized some datetime function's return value (#18369)
This commit is contained in:
@ -1807,7 +1807,7 @@ public class Config extends ConfigBase {
|
||||
* Max data version of backends serialize block.
|
||||
*/
|
||||
@ConfField(mutable = false)
|
||||
public static int max_be_exec_version = 1;
|
||||
public static int max_be_exec_version = 2;
|
||||
|
||||
/**
|
||||
* Min data version of backends serialize block.
|
||||
|
||||
Reference in New Issue
Block a user