v.25.9Bug Fix (user-visible misbehavior in an official stable release)
Fix exception Partition strategy wildcard can not
Fix exceptionPartition strategy wildcard can not be used without a '_partition_id' wildcard.when creating a table withPARTITION BY, but without partition wildcard, which used to work in versions before 25.8. Closes https://github.com/ClickHouse/clickhouse-private/issues/37567. #86748 (Kseniia Sumarokova).