mlr join iterate: C/Go testing

This commit is contained in:
John Kerl 2020-12-14 00:24:02 -05:00
parent 1d168b1c97
commit 97bdfd1759

View file

@ -266,7 +266,9 @@ func (this *tJoinBucketKeeper) findJoinBucket(
if this.state == LEFT_STATE_0_PREFILL {
////fmt.Printf("-- initial fill\n") // VERBOSE
this.prepareForFirstJoinBucket()
this.fillNextJoinBucket()
if this.peekRecordAndContext != nil {
this.fillNextJoinBucket()
}
this.state = this.computeState()
}