From 7c28f7b6093088fbda9f72f3ab2b6f725ada3146 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Wed, 16 Nov 2022 10:43:23 +1300 Subject: [PATCH] Re-enable TPCH query 6 (#4024) --- benchmarks/src/bin/tpch.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/src/bin/tpch.rs b/benchmarks/src/bin/tpch.rs index 8a1e3c2edfa8d..7c7a33bc34b95 100644 --- a/benchmarks/src/bin/tpch.rs +++ b/benchmarks/src/bin/tpch.rs @@ -992,7 +992,6 @@ mod ci { verify_query(5).await } - #[ignore] // https://github.com/apache/arrow-datafusion/issues/4024 #[tokio::test] async fn verify_q6() -> Result<()> { verify_query(6).await