Skip to content

Commit

Permalink
[AMORO-2672][Bug]: The spark-runtime shade configuration specifies in…
Browse files Browse the repository at this point in the history
…correct dependencies for common and spark (apache#2673)

issue_2672 fix the name
  • Loading branch information
Aireed authored Mar 26, 2024
1 parent 92730de commit 48ce96f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mixed-format/spark/v3.2/spark-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>com.netease.amoro:amoro-mixed-spark-3-common</include>
<include>com.netease.amoro:amoro-mixed-spark-3.2</include>
<include>com.netease.amoro:amoro-mixed-format-spark-3-common</include>
<include>com.netease.amoro:amoro-mixed-format-spark-3.2</include>
<include>com.netease.amoro:amoro-core</include>
<include>com.netease.amoro:amoro-ams-api</include>
<include>com.netease.amoro:amoro-mixed-format-hive</include>
Expand Down
4 changes: 2 additions & 2 deletions mixed-format/spark/v3.3/spark-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>com.netease.amoro:amoro-mixed-spark-3-common</include>
<include>com.netease.amoro:amoro-mixed-spark-3.3</include>
<include>com.netease.amoro:amoro-mixed-format-spark-3-common</include>
<include>com.netease.amoro:amoro-mixed-format-spark-3.3</include>
<include>com.netease.amoro:amoro-core</include>
<include>com.netease.amoro:amoro-ams-api</include>
<include>com.netease.amoro:amoro-mixed-format-hive</include>
Expand Down

0 comments on commit 48ce96f

Please sign in to comment.