-
Notifications
You must be signed in to change notification settings - Fork 3k
[Storage] Hotfix for empty file download through Azurite #26897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] Hotfix for empty file download through Azurite #26897
Conversation
/azp run python - storage - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
API change check APIView has identified API level changes in this PR and created following API reviews. azure-storage-blob |
list_shares
prefix issue
/azp run python - storage - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! That pesky 0
, None
, NULL
, False
mumbo jumbo that is usually handy in Python proved to not be so helpful here 😛
This change cherry-picks two bug fixes from
main
into the hotfix branch for a patch release.ValueError
on empty blob download from Azurite for blob, datalake (calls into blob), and file-share.