Closed b41sh closed 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.
PTAL @sundy-li @ritchie46
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.