Todd Lipcon has posted comments on this change.

Change subject: KUDU-1824. KuduRDD.collect fails because of 
NoSerializableException
......................................................................


Patch Set 2:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/5636/2//COMMIT_MSG
Commit Message:

Line 7: KUDU-1824. KuduRDD.collect fails because of NoSerializableException
would be good to explain the approach in the commit message


http://gerrit.cloudera.org:8080/#/c/5636/2/java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduRDD.scala
File java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduRDD.scala:

Line 120:   override def next(): Row = {
does this now introudce an extra allocation/copy in the non-RDD case 
(DataFrame) as well? It seems like we should avoid a performance regression on 
the SparkSQL/DataFrame use case if the bug didn't affect those


-- 
To view, visit http://gerrit.cloudera.org:8080/5636
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I42618188003d2eef66088f3101803d1750e4134b
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <danburk...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <t...@apache.org>
Gerrit-HasComments: Yes

Reply via email to