[refactor](nereids)make enable_stats session var (#25550)

this pr is used to test plan shape without column stats
This commit is contained in:
minghong
2023-10-18 18:13:15 +08:00
committed by GitHub
parent 85e83b9c6c
commit ea97f2d6e5
10 changed files with 25 additions and 24 deletions

View File

@ -2016,12 +2016,6 @@ public class Config extends ConfigBase {
@ConfField(mutable = true)
public static boolean enable_round_robin_create_tablet = false;
/**
* If set false, user couldn't submit analyze SQL and FE won't allocate any related resources.
*/
@ConfField
public static boolean enable_stats = true;
/**
* To prevent different types (V1, V2, V3) of behavioral inconsistencies,
* we may delete the DecimalV2 and DateV1 types in the future.