You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/10 18:15:25 UTC

[arrow-ballista] branch master updated: enable tests that work since upgrading to DataFusion 14 (#510)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f9448f4a enable tests that work since upgrading to DataFusion 14 (#510)
f9448f4a is described below

commit f9448f4af318ff3fe7de5e4f70e56a535eec7093
Author: Andy Grove <an...@gmail.com>
AuthorDate: Thu Nov 10 11:15:20 2022 -0700

    enable tests that work since upgrading to DataFusion 14 (#510)
---
 benchmarks/src/bin/tpch.rs | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/benchmarks/src/bin/tpch.rs b/benchmarks/src/bin/tpch.rs
index f42d222f..fd18a48f 100644
--- a/benchmarks/src/bin/tpch.rs
+++ b/benchmarks/src/bin/tpch.rs
@@ -1377,7 +1377,6 @@ mod tests {
         run_query(1).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/159
     #[tokio::test]
     async fn run_2() -> Result<()> {
         run_query(2).await
@@ -1388,7 +1387,6 @@ mod tests {
         run_query(3).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/160
     #[tokio::test]
     async fn run_q4() -> Result<()> {
         run_query(4).await
@@ -1424,7 +1422,6 @@ mod tests {
         run_query(10).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/163
     #[tokio::test]
     async fn run_q11() -> Result<()> {
         run_query(11).await
@@ -1456,7 +1453,6 @@ mod tests {
         run_query(16).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/168
     #[tokio::test]
     async fn run_q17() -> Result<()> {
         run_query(17).await
@@ -1472,19 +1468,16 @@ mod tests {
         run_query(19).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/171
     #[tokio::test]
     async fn run_q20() -> Result<()> {
         run_query(20).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/172
     #[tokio::test]
     async fn run_q21() -> Result<()> {
         run_query(21).await
     }
 
-    #[ignore] // https://github.com/apache/arrow-datafusion/issues/175
     #[tokio::test]
     async fn run_q22() -> Result<()> {
         run_query(22).await