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

Improve infering start and stop arguments from gapfill query #2059

Merged
merged 1 commit into from
Jul 10, 2020

Commits on Jul 10, 2020

  1. Improve infering start and stop arguments from gapfill query

    Infering start and stop parameter used to only work for top
    level constraints. However even when constraints are at the
    toplevel in the query they might not end up at the top-level
    of the jointree depending on the plan shape. This patch
    changes the gapfill code to traverse the jointree to find
    valid start and stop arguments.
    svenklemm committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    9b45c02 View commit details
    Browse the repository at this point in the history