Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchuanyin committed Nov 7, 2018
1 parent 4406ee6 commit 575486e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ class HandoffPartition(
*/
class StreamingRawResultIterator(
recordReader: RecordReader[Void, Any]
) extends RawResultIterator(null, null, null, false) {
) extends RawResultIterator(null, null, null, true) {

override def hasNext: Boolean = {
recordReader.nextKeyValue()
Expand Down

0 comments on commit 575486e

Please sign in to comment.