diff --git a/src/compute/tests/integration_tests.rs b/src/compute/tests/integration_tests.rs index e25027b61573a..4e17d4ad606d2 100644 --- a/src/compute/tests/integration_tests.rs +++ b/src/compute/tests/integration_tests.rs @@ -174,6 +174,7 @@ async fn test_table_materialize() -> StreamResult<()> { barrier_rx, system_params_manager.get_params(), SourceCtrlOpts::default(), + false, ) .boxed(), );