-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
The connector claims support for decimal with negative scale
trino/plugin/trino-ignite/src/main/java/io/trino/plugin/ignite/IgniteClient.java
Line 253 in dfd75cf
| precision = precision + max(-decimalDigits, 0); // Map decimal(p, -s) (negative scale) to decimal(p+s, 0). |
it's not tested and may not work
Reactions are currently unavailable