You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/08/17 12:22:32 UTC

[GitHub] [ignite-extensions] Flaugh24 opened a new pull request, #173: IGNITE-17470: Add initial support of Spark 3.2

Flaugh24 opened a new pull request, #173:
URL: https://github.com/apache/ignite-extensions/pull/173

   Updated ignite-spark-ext to Spark 3.2 and Scala 2.12


-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite-extensions] aealeksandrov commented on a diff in pull request #173: IGNITE-17470: Add initial support of Spark 3.2

Posted by GitBox <gi...@apache.org>.
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite-extensions] vveider merged pull request #173: IGNITE-17470: Add initial support of Spark 3.2

Posted by GitBox <gi...@apache.org>.
vveider merged PR #173:
URL: https://github.com/apache/ignite-extensions/pull/173


-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org