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
372 stars 85 forks source link

The error is unclear when the preview of parquet files fails #7849

Closed v-xianya closed 5 months ago

v-xianya commented 5 months ago

Storage Explorer Version: 1.33.0 (97) Build Number: 20240404.6 Branch: dev/cralvord/hotfix-build 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 parquet file 'brotli.parquet'.
  3. Preview the parquet file -> There is a failed activity log.
  4. Check whether the error is clear.

Expected Experience

The error is clear. image

Actual Experience

The error is unclear. image

Additional Context

Below are two files that can reproduce this issue. brotli.zip

craxal commented 5 months ago

A fix has been merged. Messages are now less vague. Please keep in mind that the specific BROTLI error message is different, but a specific message is still displayed.

v-xianya commented 5 months ago

Verified this issue on the hotfix build 20240409.2. Reproduce. So, we are going to reopen it.

craxal commented 5 months ago

Sorry, the build I sent you did not contain the fix. Please verify on a new build.

v-xianya commented 5 months ago

Verified this issue on the hotfix build 20240410.2. The error is clear. image