Closed ke-vdv closed 7 months ago
The error indicates there is some parsing error when the parquet.js library attempts to parse your parquet file. 2MB is a reasonable size. It's possible that the 100 KiB file doesn't use unsupported field or encoding that the 2MB file uses. Would you like to try parsing the parquet file using the library and see what error it reports? If it reports the error, you can open a feature request in their repository.
They have instructions on how to read an existing parquet file. https://github.com/LibertyDSNP/parquetjs?tab=readme-ov-file#usage-reading-files
Alternatively, @ke-vdv, if you are unable to follow the instructions at the link, if you can share a parquet file that doesn't work, we can try it out ourselves. Thanks!
We fixed a similar issue for 1.34.0. https://github.com/microsoft/AzureStorageExplorer/issues/7807 If the parquet file you couldn't open contains a Decimal field, it is very likely to be due to the same issue.
Closing due to lack of response. If you still require help, we recommend you open an Azure support ticket via the portal. Alternatively you can open a new issue here. This issue will no longer be monitored.
Preflight Checklist
Storage Explorer Version
1.33.0
Regression From
No response
Architecture
arm64
Storage Explorer Build Number
20240301.4
Platform
macOS
OS Version
Sonoma 14.2.1
Bug Description
Preview parquet file is returning 'No data' and is returning an activity error with the following details:
Steps to Reproduce
Actual Experience
The Preview window is showing 'No data'
Expected Experience
The Preview window should return a column-based parquet file output
Additional Context
The file size is +/- 2 MB. Files with a size of 100 KiB can be opened, though. Is there any correlation with the hardware specs?