alterCatalogProperties command is supported in legacy planner but not in nereids(new doris fe planner). you need implement the following alterCatalogProperties command in nereids:
unsupportedalterCatalogPropertiesStatement
LEFT_PAREN propertyItemList RIGHT_PAREN ```