You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/08 10:02:30 UTC

[GitHub] [spark] viirya commented on a change in pull request #24546: [SPARK-27650][SQL] sepate the row iterator functionality from ColumnarBatch

viirya commented on a change in pull request #24546: [SPARK-27650][SQL] sepate the row iterator functionality from ColumnarBatch
URL: https://github.com/apache/spark/pull/24546#discussion_r281999459
 
 

 ##########
 File path: project/MimaExcludes.scala
 ##########
 @@ -321,7 +321,11 @@ object MimaExcludes {
 
     // [SPARK-26616][MLlib] Expose document frequency in IDFModel
     ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.feature.IDFModel.this"),
-    ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.feature.IDF#DocumentFrequencyAggregator.idf")
+    ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.feature.IDF#DocumentFrequencyAggregator.idf"),
+
+    // [SPARK-27650][SQL] sepate the row iterator functionality from ColumnarBatch
 
 Review comment:
   nit typo: sepate -> separate

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org