PartionKey and/or RowKey dropped for empty string #31920
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
Tables
azure-sdk-for-python/sdk/tables/azure-data-tables/azure/data/tables/_deserialize.py
Line 161 in 87c886d
azure-sdk-for-python/sdk/tables/azure-data-tables/azure/data/tables/_deserialize.py
Line 166 in 87c886d
PartitionKey and RowKey will be dropped if their value is an empty string as an empty string is evaluated as False by Python.
161 and 166 should explicitly check for None value:
The text was updated successfully, but these errors were encountered: