Skip to content

Commit

Permalink
Forward compatibility with Server v6 regarding queries and scans not …
Browse files Browse the repository at this point in the history
…sending a fresh message header per partition
  • Loading branch information
khaf committed Mar 7, 2022
1 parent 8ac53d4 commit 332fa85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multi_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ func (cmd *baseMultiCommand) parseRecordResults(ifc command, receiveSize int) (b
// Partition is done, don't go further
if (info3 & _INFO3_PARTITION_DONE) != 0 {
cmd.tracker.partitionDone(cmd.nodePartitions, int(generation))
return true, nil
continue
// return true, nil
}

// if there is a recordset, process the record traditionally
Expand Down

0 comments on commit 332fa85

Please sign in to comment.