Skip to content

Commit d91af21

Browse files
committed
fix: broken tests
1 parent 5185f0f commit d91af21

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

query/tests/integration.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -274,17 +274,17 @@ EXPLAIN SELECT add_one(1);
274274
insta::assert_snapshot!(
275275
batches_to_string(&batch),
276276
@r"
277-
│++---------------+------------------------------------------------------------------------------+
278-
│+| plan_type | plan |
279-
│++---------------+------------------------------------------------------------------------------+
280-
│+| logical_plan | Projection: add_one(Int64(1)) |
281-
│+| | EmptyRelation |
282-
│+| physical_plan | ProjectionExec: expr=[__async_fn_0@0 as add_one(Int64(1))] |
283-
│+| | AsyncFuncExec: async_expr=[async_expr(name=__async_fn_0, expr=add_one(1))] |
284-
│+| | CoalesceBatchesExec: target_batch_size=8192 |
285-
│+| | PlaceholderRowExec |
286-
│+| | |
287-
│++---------------+------------------------------------------------------------------------------+
277+
+---------------+------------------------------------------------------------------------------+
278+
| plan_type | plan |
279+
+---------------+------------------------------------------------------------------------------+
280+
| logical_plan | Projection: add_one(Int64(1)) |
281+
| | EmptyRelation |
282+
| physical_plan | ProjectionExec: expr=[__async_fn_0@0 as add_one(Int64(1))] |
283+
| | AsyncFuncExec: async_expr=[async_expr(name=__async_fn_0, expr=add_one(1))] |
284+
| | CoalesceBatchesExec: target_batch_size=8192 |
285+
| | PlaceholderRowExec |
286+
| | |
287+
+---------------+------------------------------------------------------------------------------+
288288
");
289289
}
290290

0 commit comments

Comments
 (0)