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

opt: fix internal error when aggregating on a virtual table #44692

Merged
merged 1 commit into from
Feb 4, 2020

Commits on Feb 4, 2020

  1. opt: fix internal error when aggregating on a virtual table

    Recently introduced logic allows projecting any columns if we are
    grouping by the PK of the table. This code generates an internal error
    for virtual tables, which have no primary index. Note that in this
    case we expect an error.
    
    Fixes cockroachdb#44659.
    
    Release note (bug fix): fixed "no indexes" internal error in some
    cases when we GROUP BY on a virtual table.
    RaduBerinde committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    321e72d View commit details
    Browse the repository at this point in the history