You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor ArrowFlightReadExec
* Refactor do_get.rs
* Introduce new NetworkHashShuffleExec and NetworkCoalesceTasksExec
* Refactor to NetworkShuffleExec and NetworkCoalesceExec
* Add docs for the new ExecutionPlan implementations
* Increase max_decoding_message_size
* Allow specifying only 1 task for network boundaries, and collapsing it single-node
* Bring back graphviz visualization
* Fix remaining tests
* Rollback hardcoded client decoded size
* Rename ArrowFlightReadExec to NetworkShuffleExec
* Collapse nested if let Some() = ... blocks in distributed_physical_optimizer_rule.rs
* Better display of partitions in network shuffle tasks
* Add some tests to partition_isolator.rs
* Update comments in benchmark arguments
0 commit comments