| 68 | } |
| 69 | |
| 70 | std::unique_ptr<Fragment> MakeSomeFragment(std::shared_ptr<Schema> sch) { |
| 71 | return std::make_unique<InMemoryFragment>(std::move(sch), RecordBatchVector{}); |
| 72 | } |
| 73 | |
| 74 | TEST(BasicEvolution, MissingColumn) { |
| 75 | std::unique_ptr<DatasetEvolutionStrategy> strategy = |