Table max column size for bytes and string wrong (?) #2510
Labels
alignment
Alignment between Azurite with Azure Storage production
question
Further information is requested
table-storage
Relating to Azurite table storage implementation
It seems like Azurite doesn't properly reflect the max column size restrictions.
https://learn.microsoft.com/en-us/rest/api/storageservices/Understanding-the-Table-Service-Data-Model?redirectedfrom=MSDN#property-types mentions 64 KiB for bytes and strings and my test against Azurite with 65,536 bytes of UTF-16 encoded text is green. Yet, when I test against the real Azure Table API I receive the good old:
So atm it looks to me as if the docs might be wrong an the limit is 64 KB instead (kilo vs. kibi). Will run a test with a 64 KB limit now.
Ref.: Azure/azure-sdk-for-python#38730
The text was updated successfully, but these errors were encountered: