Skip to content

Commit

Permalink
Fix idea load module issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Nov 8, 2023
1 parent 427971d commit 090909a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions gluten-ut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<relativePath>../pom.xml</relativePath>
</parent>

<modules>
<module>common</module>
<module>${spark.test.module}</module>
</modules>

<artifactId>gluten-ut</artifactId>
<packaging>pom</packaging>
<name>Gluten Unit Test</name>
Expand Down
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<module>package</module>
<module>shims</module>
<module>shims/common</module>
<module>shims/${spark.shim.module}</module>
<module>substrait/substrait-spark</module>
</modules>

Expand Down Expand Up @@ -116,6 +115,9 @@
<delta.version>2.0.1</delta.version>
<delta.binary.version>20</delta.binary.version>
</properties>
<modules>
<module>shims/spark32</module>
</modules>
</profile>
<profile>
<id>spark-3.3</id>
Expand All @@ -127,6 +129,9 @@
<delta.version>2.2.0</delta.version>
<delta.binary.version>22</delta.binary.version>
</properties>
<modules>
<module>shims/spark33</module>
</modules>
</profile>
<profile>
<id>spark-3.4</id>
Expand All @@ -138,6 +143,9 @@
<delta.version>2.2.0</delta.version>
<delta.binary.version>22</delta.binary.version>
</properties>
<modules>
<module>shims/spark34</module>
</modules>
</profile>
<profile>
<id>hadoop-2.7.4</id>
Expand Down Expand Up @@ -220,8 +228,6 @@
<id>spark-ut</id>
<modules>
<module>gluten-ut</module>
<module>gluten-ut/common</module>
<module>gluten-ut/${spark.test.module}</module>
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 090909a

Please sign in to comment.