Ensure insert projections are of correct type#5049
Ensure insert projections are of correct type#5049avantgardnerio merged 2 commits intoapache:masterfrom
Conversation
|
FYI any "no space left on device" CI errors should be fixed by merging up from master to get #5047 |
6e9c38a to
15e3aff
Compare
|
It's approved, tests pass, and it's not a big breaking thing, so I'll just go ahead and merge it. |
|
Benchmark runs are scheduled for baseline = 13dfdd6 and contender = c313601. c313601 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Works-around #5046.
Rationale for this change
Described in issue
What changes are included in this PR?
Casts from
valuesclause types toinserttable types.Are these changes tested?
Yes, with an integration test.
Are there any user-facing changes?
No - I don't think anyone is using the
insert/update/deleteplans yet, and if they are this is probably an improvement.