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 84ab516f0 [CORE] Generate junit xml for Delta/Iceberg module (#5263)
84ab516f0 is described below
commit 84ab516f0a90ce7b4042ee7a09579a2bb03a377a
Author: Yang Zhang <[email protected]>
AuthorDate: Tue Apr 2 20:38:33 2024 +0800
[CORE] Generate junit xml for Delta/Iceberg module (#5263)
---
gluten-delta/pom.xml | 3 +++
gluten-iceberg/pom.xml | 3 +++
2 files changed, 6 insertions(+)
diff --git a/gluten-delta/pom.xml b/gluten-delta/pom.xml
index 5585dc0c5..45d7b3da2 100755
--- a/gluten-delta/pom.xml
+++ b/gluten-delta/pom.xml
@@ -138,6 +138,9 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
+ <configuration>
+ <junitxml>.</junitxml>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/gluten-iceberg/pom.xml b/gluten-iceberg/pom.xml
index 773fac30d..727077f26 100644
--- a/gluten-iceberg/pom.xml
+++ b/gluten-iceberg/pom.xml
@@ -145,6 +145,9 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
+ <configuration>
+ <junitxml>.</junitxml>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]