File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -276,15 +276,17 @@ EXPLAIN SELECT add_one(1);
276276 insta:: assert_snapshot!(
277277 batches_to_string( & batch) ,
278278 @r"
279- +---------------+--------------------------------------------------------+
280- | plan_type | plan |
281- +---------------+--------------------------------------------------------+
282- | logical_plan | Projection: add_one(Int64(1)) |
283- | | EmptyRelation |
284- | physical_plan | ProjectionExec: expr=[add_one(1) as add_one(Int64(1))] |
285- | | PlaceholderRowExec |
286- | | |
287- +---------------+--------------------------------------------------------+
279+ │++---------------+------------------------------------------------------------------------------+
280+ │+| plan_type | plan |
281+ │++---------------+------------------------------------------------------------------------------+
282+ │+| logical_plan | Projection: add_one(Int64(1)) |
283+ │+| | EmptyRelation |
284+ │+| physical_plan | ProjectionExec: expr=[__async_fn_0@0 as add_one(Int64(1))] |
285+ │+| | AsyncFuncExec: async_expr=[async_expr(name=__async_fn_0, expr=add_one(1))] |
286+ │+| | CoalesceBatchesExec: target_batch_size=8192 |
287+ │+| | PlaceholderRowExec |
288+ │+| | |
289+ │++---------------+------------------------------------------------------------------------------+
288290 " ) ;
289291}
290292
You can’t perform that action at this time.
0 commit comments