Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/docstore in query operation #3358

Closed

Conversation

coryschwartz
Copy link
Contributor

fixes: #3352

This PR updates the docstore to allow in/not-in queries.

This isn't yet merge-able, I need some assistance to get this into shape.

Test replay data does not exist for this type of query, so tests that rely on that don't work currently. Am I able to generate those myself somehow?

I haven't tested the dynamodb changes at all.

I updated the local mongodb test, but haven't tried this against cosmo.

I tested firstore functionality with this snipit, and it seems to function, but the real tests continue to fail due to the missing replays. https://gist.github.com/coryschwartz/80c37f15f58ddf0d8c979073f30d6ccf

@vangent
Copy link
Contributor

vangent commented Dec 21, 2023

Thanks for this! I don't think you can generate the replay files. I'll either have to figure out how to get access to this PR so I can run it locally and generate them, then update the PR, or clone the PR entirely. It might take a bit as this is a larger effort than I have time for right now.

@vangent
Copy link
Contributor

vangent commented Dec 22, 2023

The code changes look fine to me, so I cloned your PR and updated the various .replay files (#3372).

@vangent
Copy link
Contributor

vangent commented Dec 22, 2023

(The drivertest you added passes for all the providers, so LGTM!)

@vangent vangent closed this Dec 22, 2023
@vangent
Copy link
Contributor

vangent commented Dec 22, 2023

Thanks for the contribution!

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.

docstore: should support (in) comparison operator
2 participants