Dan Burkert has posted comments on this change. Change subject: feat: add task interruption checking for RowIterator ......................................................................
Patch Set 3: (2 comments) http://gerrit.cloudera.org:8080/#/c/7753/3/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 23: import org.apache.spark.{InterruptibleIterator, Partition, SparkContext, TaskContext} This is no longer necessary, right? Line 64: new InterruptibleIterator[Row](taskContext, new RowIterator(scanner)) likewise -- To view, visit http://gerrit.cloudera.org:8080/7753 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0b4284f2c0a40cd7ba8cf2b76e0403592552c814 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: caiconghui <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: caiconghui <[email protected]> Gerrit-HasComments: Yes
