microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
365 stars 85 forks source link

It displays unclear error when the avro file preview fails #7852

Closed v-xianya closed 2 months ago

v-xianya commented 2 months ago

Storage Explorer Version: 1.33.1 (98) Build Number: 20240409.2 Branch: hotfix/1.33.1 Platform/OS: Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.4(Apple M1 Pro) Architecture: x64/x64/arm64 How Found: From running test cases Regression From: Previous release (1.32.1)

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Create a blob container -> Upload the avro file 'avro/weather-snappy.avro'.
  3. Preview the file -> There is a failed activity log.
  4. Check whether the error is clear.

Expected Experience

The error is clear. Error details: "message": "unknown codec: snappy"

image

Actual Experience

The error is unclear. image

Additional Context

Below is the file that can reproduce this issue. weather-snappy.zip

craxal commented 2 months ago

It seems that the build doesn't have the correct package version. Please verify on a new build.

v-xianya commented 2 months ago

Verified this issue on the hotfix build 20240410.2. Fixed. So, we are going to close it.