When a partition table has multiple maximum values, the front end only displays one:

CREATE TABLE "SHANLU"."RANGE_PARTI_TIME_TYPE" (
"C1" DATE,
"C2" TIMESTAMP(9),
"C5" VARCHAR2(64)
)
partition by range(c1, c2)
(partition P0 values less than (TO_DATE(' 2022-12-31 23:59:59', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'),Timestamp '2022-12-31 23:59:59.000000000'));
ODC version
4.2.3
OB version
all
What happened?
When a partition table has multiple maximum values, the front end only displays one:

What did you expect to happen?
table ddl:
How can we reproduce it (as minimally and precisely as possible)?
no
Anything else we need to know?
No response
Cloud
No response