fdb-record-layer
fdb-record-layer copied to clipboard
Test case for #2728: Unprojected columns can be dropped from InUnion plans
This adds a test case for https://github.com/FoundationDB/fdb-record-layer/issues/2728. It showcases the way that the unprojected columns get dropped, and the final results of the query are missing data. There are comments in the test case about how a more correct solution would work.