risingwave_batch::executor::test_utils

Function diff_executor_output

source
pub async fn diff_executor_output(actual: BoxedExecutor, expect: BoxedExecutor)
Expand description

if the input from two child executor is same(considering order), it will also check the columns structure of chunks from child executor use for executor unit test.

if want diff ignoring order, add a order_by executor in manual currently, when the schema method of executor is ready, an order-ignored version will be added.