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

Support recursive CTEs #4250

Merged
merged 2 commits into from
Aug 8, 2020
Merged

Support recursive CTEs #4250

merged 2 commits into from
Aug 8, 2020

Commits on Aug 7, 2020

  1. Do not reorder assignments when unaliasing symbols

    Use collector `toImmutableMap` instead of `Collectors.toMap`
    to avoid shuffling the collected assignments.
    This change restores the state that the visitor methods
    don't reorder outputs of ProjectNode and ApplyNode,
    which changed when a check for duplicate assignments was added.
    kasiafi committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    5359d51 View commit details
    Browse the repository at this point in the history
  2. Support recursive CTE

    kasiafi committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c6f597d View commit details
    Browse the repository at this point in the history