-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Firestore: Expand dotted keys in mappings used as cursors. #8568
Firestore: Expand dotted keys in mappings used as cursors. #8568
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actual fix looks OK here (assuming that @BenWhitehead connfirms that we are supposed to handle this case). Please update the systest to exercise the "dotted-key-in-cursor" behavior, as per my gist.
4b5cda4
to
386f330
Compare
@pchauhan-qlogic This PR still needs conflicts resolved: please |
386f330
to
6bb0ab7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint fails on CI. Please run nox -r blacken
and then nox -r lint
to check that it passes before committing.
Fixes #7756