Skip to content

Conversation

@benjaminkaplan
Copy link

Refactor metadata retrieval into a separate method. No reason to fetch metadata synchronously when creating the AzureBlobFile object. Still enables metadata fetching using the new get_metadata method.

This saves about ~50ms per file open.

Generally synchronous calls are avoided without the user specifically requesting them. Therefore there is no reason to perform a sync call every time an object is created.

Refactor metadata retrieval into a separate method. 
No reason to fetch metadata synchronously when creating the AzureBlobFile object. 
Still enables metadata fetching using the new get_metadata method
@benjaminkaplan
Copy link
Author

I submitted a fix for a typo in my previous commit on this PR. Can you please run the tests again

@benjaminkaplan
Copy link
Author

I see the tests are failing but with no explanation. It just says Process finished with exit code 1

Is there a way to see why this is failing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant