-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
38983: exec: fix output types for projections r=jordanlewis a=jordanlewis 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. Closes #38970. Release note: None Co-authored-by: Jordan Lewis <jordanthelewis@gmail.com>
- Loading branch information
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters