yugabyte=# SELECT split_part(version(), '-', 3) AS yb_version;
yb_version
------------
2024.2.3.1
yugabyte=# ANALYZE big;
WARNING: 'analyze' is a beta feature!
LINE 1: ANALYZE big;
HINT: Set 'ysql_beta_features' yb-tserver gflag to true to suppress the warning for all beta features.
ERROR: schema version mismatch for table 000033cf000030008000000000004000: expected 4, got 3
CONTEXT: Catalog Version Mismatch: A DDL occurred while processing this query. Try again.