Query/Json: properly wire up key information to the materializer when doing queryable operations on JSON collections in NoTrackingWithIdentityResolution
Open
area-json
area-query
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Currently we don't propagate info about keys to the materializer for NTWIR, which results in all the entities having null keys, and as a result coming back as null. Scenario is disabled currently (because it was data corruption), but if the key info is passed correctly, we should be able to make it work.
Contributor guide
Assessment
This issue has not been assessed yet.