Introduction
...
| Avro Type | Hive Type | Java Type | MySQL | Oracle | MS SQL | BigQuery |
|---|---|---|---|---|---|---|
| Decimal | Decimal | java.math.BigDecimal | Decimal | Decimal, Numeric | Decimal | Numeric |
New Programmatic APIs
...
- Convert string to bigdecimal
- Convert long to bigdecimal
- Convert double to bigdecimal
- Convert bigdecimal to string
UI Impact or Changes
For new Decimal type, the pipeline UI will display `Decimal`. Below is the mapping of backend types to UI types.
| Backend schema type | UI type |
|---|---|
| decimal | Decimal |
...