Skip to content

[Bug]: The maximum value of the partition table is not displayed in full #1501

@PeachThinking

Description

@PeachThinking

ODC version

4.2.3

OB version

all

What happened?

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

What did you expect to happen?

table ddl:

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'));

How can we reproduce it (as minimally and precisely as possible)?

no

Anything else we need to know?

No response

Cloud

No response

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status

Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions