When dremio can support decimal type

use dremio to query table on hive, which contains decimal fields ,get error:
UNSUPPORTED_OPERATION ERROR: Decimal data type is disabled.
As of this release decimal data type is a beta level feature and should not be used in production
Use option ‘planner.enable_decimal_data_type’ to enable decimal data type

when can dremio support decimal?

@caiyunwu

Decimal support for Parquet and ORC is coming out in Dremio’s next MAJOR release, ETA ~ 1 week

Thanks
@balaji.ramaswamy

1 Like

@caiyunwu
3.3 is now released and supports decimal columns in Text/Parquet/ORC

Can you please try this out and let us know if this meets your requirements?

Thanks, this is a very helpful update.I will have a try.