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

sql: replace an internal error in EXPLAIN (DISTSQL) and EXPLAIN (VEC) #40803

Merged
merged 1 commit into from
Sep 17, 2019

Commits on Sep 16, 2019

  1. sql: replace an internal error in EXPLAIN (DISTSQL) and EXPLAIN (VEC)

    Currently, when we're explaining a query that has a subquery value
    of which is needed to construct the physical plan, we error out with
    an internal error. This commit replaces that stack trace with a more
    user-friendly message saying that explaining such a query is not
    supported.
    
    Release justification: Category 2: Bug fixes and low-risk updates to
    new functionality.
    
    Release note: None
    yuzefovich committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    01a7d78 View commit details
    Browse the repository at this point in the history