Wrangler does not load the table schema for Numeric type when using GenericDB plugin

Description

When using Generic DB plugin the Wrangler is not able to load the sample data from the table containing Precision less Number.

DDL of the table used for repro:

CREATE TABLE HR.RTEST (

ID VARCHAR2(100) NULL,

COST NUMBER NOT NULL,

CONSTRAINT SYS_C009208 CHECK ("COST" IS NOT NULL)

);

Error seen in the browser request:

{"message":"Schema for logical type decimal must be created using decimalOf() method.","values":[]}

Release Notes

None

Activity

Show:
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Triaged

No

Components

Affects versions

Priority

Created October 21, 2022 at 7:50 AM
Updated October 21, 2022 at 7:50 AM