Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction 

...

Avro TypeHive TypeJava TypeMySQLOracleMS SQLBigQuery
DecimalDecimaljava.math.BigDecimalDecimalDecimal, NumericDecimalNumeric

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 typeUI type
decimalDecimal

...