aealeksandrov commented on code in PR #173:
URL: https://github.com/apache/ignite-extensions/pull/173#discussion_r966516467
##########
modules/spark-ext/pom.xml:
##########
@@ -40,10 +40,16 @@
<spark.janino.version>3.0.8</spark.janino.version>
<spark.jackson.version>2.6.7</spark.jackson.version>
<scala.test.version>2.2.6</scala.test.version>
+
+ <scala212.library.version>2.12.16</scala212.library.version>
+ <scala32.test.version>3.2.12</scala32.test.version>
+ <spark32.hadoop.version>3.3.4</spark32.hadoop.version>
+ <spark32.version>3.2.2</spark32.version>
</properties>
<modules>
<module>spark</module>
+ <module>spark-3.2</module>
Review Comment:
I thought that there are 3 sparks of version 2.3, 2.4 and 3.2 but I see only
three. Just wondering where is third.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]