Skip to content

Commit

Permalink
[HOXFIX] upgrade spark integration version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliang613 committed Sep 27, 2018
1 parent 54bcf49 commit e75dde2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -608,13 +608,12 @@
<profile>
<id>spark-2.3</id>
<properties>
<spark.version>2.3.1</spark.version>
<spark.version>2.3.2</spark.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.11.8</scala.version>
</properties>
<modules>
<module>integration/spark2</module>
<module>integration/hive</module>
<module>integration/presto</module>
<module>streaming</module>
<module>examples/spark2</module>
Expand Down

0 comments on commit e75dde2

Please sign in to comment.