jorgecarleitao / parquet2

Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
Other
356 stars 59 forks source link

fix check decimal scale equal to precision #231

Closed b41sh closed 1 year ago

b41sh commented 1 year ago

fix decimal values can not be inserted when scale is equal to precision. According to parquet format, Scale must be zero or a positive integer less than or equal to the precision.

b41sh commented 1 year ago

PTAL @sundy-li @ritchie46