| 293 | } |
| 294 | |
| 295 | void DoRunInvalidPlanTest(const BatchesWithSchema& l_batches, |
| 296 | const BatchesWithSchema& r_batches, |
| 297 | const AsofJoinNodeOptions& join_options, |
| 298 | const std::string& expected_error_str) { |
| 299 | DoInvalidPlanTest(l_batches, r_batches, join_options, expected_error_str); |
| 300 | } |
| 301 | |
| 302 | void DoRunInvalidPlanTest(const std::shared_ptr<Schema>& l_schema, |
| 303 | const std::shared_ptr<Schema>& r_schema, |
nothing calls this directly
no test coverage detected