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

Set operations: cleanup #16249

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Set operations: cleanup #16249

merged 1 commit into from
Jun 28, 2019

Commits on Jun 28, 2019

  1. Set operation cleanup

    * We no longer allow ColumnExpression without table alias
    * Set operations over operands with different types have been disabled
      for now.
    * We now push down set operations into a subquery on Orderby, Skip or
      Take, which shouldn't be necessary (#16244).
    * Some test consolidation and cleanup.
    
    Continues #6812
    roji committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    1285b4f View commit details
    Browse the repository at this point in the history