Closed
Description
Preflight Checklist
- I have installed the latest version of Storage Explorer.
- I have checked existing resources, including the troubleshooting guide and the release notes.
- I have searched for similar issues.
Storage Explorer Version
1.33.1
Regression From
No response
Architecture
x64
Storage Explorer Build Number
20240410.2
Platform
All
OS Version
Windows 11 & MacOS 14.5
Bug Description
Incorrect preview of parquet files with multiple decimal precision (5,3), (9,5) and (38,6).
Steps to Reproduce
Previewing a parquet file in Azure Storage Explorer containing columns defined with various decimal precision (5,3), (9,5) and Decimal (38,6) shows incorrect results. The file should be previewed as in DBeaver with 0 or 0.xxx as appropriate.
DBeaver with DuckDB shows the following preview
Actual Experience
Expecting to see raw values, but we actually see {"type":"Buffer","data":[0,0,0,0]}