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

Query: Wrap up collection materialization code path for relational #16340

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

smitpatel
Copy link
Member

Bugs fixed

  • Allow ToList on collection projection to be called with less derived type
  • Project out necessary identifiers for collection join when pushing down. (Except distinct case)
  • Lift ordering from inner collection to generated ordered result (This would be improved further by OrderBy lifting specification #16226)
  • Map Cast from Enumerable to Queryable
  • Translate AsQueryable as no-op

Resolves #12098
Resolves #15043
Resolves #15611
Part of #15711

Bugs fixed
- Allow ToList on collection projection to be called with less derived type
- Project out necessary identifiers for collection join when pushing down. (Except distinct case)
- Lift ordering from inner collection to generated ordered result (This would be improved further by #16226)
- Map Cast from Enumerable to Queryable
- Translate AsQueryable as no-op

Resolves #12098
Resolves #15043
Resolves #15611
Part of #15711
@AndriySvyryd
Copy link
Member

@smitpatel Are you going to merge #16327 before this?

@smitpatel
Copy link
Member Author

No. Any dependencies?

@AndriySvyryd
Copy link
Member

No, but might be conflicts

@smitpatel
Copy link
Member Author

This goes first.

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