You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2023/05/31 08:20:45 UTC

[arrow-ballista] branch enable_all_tests updated: Enable all tests

This is an automated email from the ASF dual-hosted git repository.

dheres pushed a commit to branch enable_all_tests
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/enable_all_tests by this push:
     new ecbc4a8f Enable all tests
ecbc4a8f is described below

commit ecbc4a8f66b5d5ae020db8c0a914380579f1d402
Author: Daniƫl Heres <da...@coralogix.com>
AuthorDate: Wed May 31 10:20:38 2023 +0200

    Enable all tests
---
 benchmarks/src/bin/tpch.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/benchmarks/src/bin/tpch.rs b/benchmarks/src/bin/tpch.rs
index c0cfe0c5..a9fa238b 100644
--- a/benchmarks/src/bin/tpch.rs
+++ b/benchmarks/src/bin/tpch.rs
@@ -1452,7 +1452,6 @@ mod tests {
         run_query(14).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/166
     #[tokio::test]
     async fn run_q15() -> Result<()> {
         run_query(15).await
@@ -1703,7 +1702,7 @@ mod ballista_round_trip {
     test_round_trip_logical!(q12, 12);
     test_round_trip_logical!(q13, 13);
     test_round_trip_logical!(q14, 14);
-    //test_round_trip_logical!(q15, 15); // https://github.com/apache/arrow-ballista/issues/330
+    test_round_trip_logical!(q15, 15);
     test_round_trip_logical!(q16, 16);
     test_round_trip_logical!(q17, 17);
     test_round_trip_logical!(q18, 18);