File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments