Incorrect Decimal values from Parquet source

What’s the output of select @@memsql_version?

It’s only with 7.0.14 that we added automatic conversion of parquet values with the decimal logical type annotation to a SQL decimal compatible format. With earlier versions, you’d get the raw underlying value (it can be either binary or integral, depending on how the underlying writer handles different precisions). If you’re on an earlier version, what you see is about what I’d expect.