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

exec: fix output types for projections #38983

Merged
merged 1 commit into from
Jul 19, 2019
Merged

Commits on Jul 19, 2019

  1. exec: fix output types for projections

    Previously, the output type of a projection was always set to the data
    type of its input. This doesn't work for boolean projections like
    eqIntIntOp, obviously. This wasn't failing tests because the final
    materializer ignores the output column types, and we never fed boolean
    projections into things that weren't the final materializers. This will
    be tested going forward via distributed plans as well.
    
    Release note: None
    jordanlewis committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    beaf2e8 View commit details
    Browse the repository at this point in the history