nizhikov commented on a change in pull request #6907: IGNITE-11723: IgniteSpark 
integration should support skipStore option for internal dataStreamer 
(IgniteRdd and Ignite DataFrame)
URL: https://github.com/apache/ignite/pull/6907#discussion_r328310665
 
 

 ##########
 File path: modules/spark/src/main/scala/org/apache/ignite/spark/IgniteRDD.scala
 ##########
 @@ -223,13 +222,14 @@ class IgniteRDD[K, V] (
     }
 
     /**
-     * Saves values from the given key-value RDD into Ignite.
-     *
-     * @param rdd RDD instance to save values from.
-     * @param overwrite Boolean flag indicating whether the call on this 
method should overwrite existing
-     *      values in Ignite cache.
-     */
-    def savePairs(rdd: RDD[(K, V)], overwrite: Boolean = false) = {
+      * Saves values from the given key-value RDD into Ignite.
 
 Review comment:
   Seems you added space for existing comment.
   Please, remove it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to