Commit ae6ef0c
authored
YQL-17542 finalize split sync async CAs (#1689)
* Yql 17542 simplify alloc in compute actor (#1452)
* YQL-17542 Simplify allocator usage in ComputeActors
* fix build
* fix dup
* YQL-17542 move SaveState LoadState (#1474)
* YQL-17703 always use sized allocator in CA (#1522)
* YQL-17542 split FillIoMaps (#1537)
* YQL-17755 fix drying input up (#1604)
* YQL-17542 split stat (#1553)
* YQL-17542 remove transition guards (#1610)
* YQL-17542 get rid of std::any in handling sources state (#1635)
* YQL-17755 ut for TComputeActorAsyncInputHelperTest::PollAsyncInput (#1626)
* YQL-17542 move TaskRunner dependent Execute to TDqSyncComputeActorBase (#1599)
* YQL-17542 move TaskRunner dependent Execute to TDqSyncComputeActorBase (#1666)1 parent 9608841 commit ae6ef0c
File tree
10 files changed
+281
-183
lines changed- ydb
- core/kqp/compute_actor
- library/yql/dq/actors
- compute
- ut
- task_runner
10 files changed
+281
-183
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 164 | | |
168 | | - | |
169 | 165 | | |
170 | 166 | | |
171 | 167 | | |
172 | 168 | | |
173 | 169 | | |
174 | | - | |
| 170 | + | |
175 | 171 | | |
176 | 172 | | |
177 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 6 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | 464 | | |
477 | 465 | | |
478 | 466 | | |
| |||
483 | 471 | | |
484 | 472 | | |
485 | 473 | | |
486 | | - | |
| 474 | + | |
487 | 475 | | |
488 | 476 | | |
489 | 477 | | |
| |||
517 | 505 | | |
518 | 506 | | |
519 | 507 | | |
520 | | - | |
521 | 508 | | |
522 | 509 | | |
523 | 510 | | |
| |||
536 | 523 | | |
537 | 524 | | |
538 | 525 | | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | 526 | | |
544 | 527 | | |
545 | 528 | | |
| |||
801 | 784 | | |
802 | 785 | | |
803 | 786 | | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
804 | 792 | | |
805 | 793 | | |
806 | 794 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | 367 | | |
371 | 368 | | |
372 | 369 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments