mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
mlr join iterate: C/Go testing
This commit is contained in:
parent
1d168b1c97
commit
97bdfd1759
1 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue