Our current parquet file does not contain metadata on decimals, and different parquet viewers show a different numbers of decimals.
In PX we have several keyword for this
The parquet file is written using Parquet.Net and the values are of type DataField.
There is also a DecimalDataField I think we should consider.
There are specialised versions for DataField allowing to specify more precise metadata about certain parquet data type, for instance DecimalDataField allows to specify precision and scale other than default values.
Our current parquet file does not contain metadata on decimals, and different parquet viewers show a different numbers of decimals.
In PX we have several keyword for this
The parquet file is written using Parquet.Net and the values are of type
DataField.There is also a
DecimalDataFieldI think we should consider.