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

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new ba64f4c22 [VL] Drop the test table after all tests in FallbackSuite 
(#5737)
ba64f4c22 is described below

commit ba64f4c227c02ea86ef29c46d63194c297784f52
Author: Tengfei Huang <[email protected]>
AuthorDate: Wed May 15 13:27:35 2024 +0800

    [VL] Drop the test table after all tests in FallbackSuite (#5737)
---
 .../src/test/scala/org/apache/gluten/execution/FallbackSuite.scala       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/backends-velox/src/test/scala/org/apache/gluten/execution/FallbackSuite.scala 
b/backends-velox/src/test/scala/org/apache/gluten/execution/FallbackSuite.scala
index e8833a43c..15a71ceb5 100644
--- 
a/backends-velox/src/test/scala/org/apache/gluten/execution/FallbackSuite.scala
+++ 
b/backends-velox/src/test/scala/org/apache/gluten/execution/FallbackSuite.scala
@@ -62,6 +62,7 @@ class FallbackSuite extends VeloxWholeStageTransformerSuite 
with AdaptiveSparkPl
   override protected def afterAll(): Unit = {
     spark.sql("drop table tmp1")
     spark.sql("drop table tmp2")
+    spark.sql("drop table tmp3")
 
     super.afterAll()
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to