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

Deal properly with Identity in query backend #29

Open
JustusAdam opened this issue May 13, 2021 · 0 comments
Open

Deal properly with Identity in query backend #29

JustusAdam opened this issue May 13, 2021 · 0 comments

Comments

@JustusAdam
Copy link
Member

The problem here is that the lowering relies on a notion of ExecSemantic (which is actually kinda fragile and should probably be dropped in general) but we cannot give Identity such a semantic, since it will be "one to one" if id is called on a scalar and "many to many" if id is called on a sequence.

Hopefully ExecSemantic should be superseded by the type calculation anyway.

I'm marking this as a bug for now, though it may never cause observable behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant