Commit 93a6046
committed
[adapters] Fix adhoc scan implementation for multihost.
When scanning a table produces multiple batches, it's important to feed
all of the batches into a single `StreamWriter`. Until now, the code here
used a separate `StreamWriter` for each batch, but that didn't work
properly.
This wasn't noticed until now because the tests only produced small
outputs that had only one batch.
Signed-off-by: Ben Pfaff <blp@feldera.com>1 parent c1d989e commit 93a6046
1 file changed
+13
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2579 | 2579 | | |
2580 | 2580 | | |
2581 | 2581 | | |
2582 | | - | |
2583 | | - | |
2584 | | - | |
| 2582 | + | |
| 2583 | + | |
2585 | 2584 | | |
2586 | 2585 | | |
2587 | | - | |
2588 | | - | |
2589 | | - | |
2590 | | - | |
2591 | | - | |
2592 | | - | |
2593 | | - | |
2594 | | - | |
2595 | | - | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
| 2596 | + | |
2596 | 2597 | | |
2597 | 2598 | | |
2598 | 2599 | | |
| |||
0 commit comments