-
Notifications
You must be signed in to change notification settings - Fork 362
Description
Which service(blob, file, queue, table) does this issue concern?
Table
Which version of the Azurite was used?
3.25, 3.25.1 or 3.26. No problem with Azurite 3.24 or lower
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub and npm
What's the Node.js version?
14.21.3
What problem was encountered?
Doing a query with a specified guid returns all rows with the specified guid, but also all rows where there is no value in the column.
On Table storage and on Azurite < 3.25, only the rows with the specified guid were returned.
Steps to reproduce the issue?
Create a table. Add some rows only with a partition key and row key. Do a query on any empty column with any guid like this: AnyColumn eq guid'43a29cc9-cc32-4f6c-a40b-1ada7f4bc0b0'. You receive all rows of the table.
If possible, please provide the debug log using the -d parameter, replacing <pathtodebuglog> with an appropriate path for your OS, or review the instructions for docker containers:
-d "<pathtodebuglog>"
Please be sure to remove any PII or sensitive information before sharing!
The debug log will log raw request headers and bodies, so that we can replay these against Azurite using REST and create tests to validate resolution.
Have you found a mitigation/solution?
Yes, using Azurite 3.24
Edit: I Fixed an error with Azurite version. The issue appeared with Azurite 3.25, not Azurite 3.25.1