Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thorfour committed May 29, 2024
1 parent d30d8ca commit 34da44f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions query/physicalplan/sampler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ func (t *TestPlan) Callback(ctx context.Context, r arrow.Record) error {
}
return nil
}

func (t *TestPlan) Finish(ctx context.Context) error {
if t.finish != nil {
return t.finish(ctx)
}
return nil
}

func (t *TestPlan) SetNext(_ PhysicalPlan) {}
func (t *TestPlan) Draw() *Diagram { return nil }
func (t *TestPlan) Close() {}
Expand Down

0 comments on commit 34da44f

Please sign in to comment.