Skip to content

Commit

Permalink
[ga-format-pr] Run ./format_repo.sh to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor committed Oct 23, 2024
1 parent b19f8d7 commit 37fc279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/plan/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func shouldSetFoundRows(node sql.Node) bool {
}

// TODO: possible to move to rowexec package?
func AddTrackedRowIter(ctx *sql.Context, node sql.Node, iter sql.RowIter) sql.RowIter{
func AddTrackedRowIter(ctx *sql.Context, node sql.Node, iter sql.RowIter) sql.RowIter {
trackedIter := NewTrackedRowIter(node, iter, nil, func() {
ctx.ProcessList.EndQuery(ctx)
if span := ctx.RootSpan(); span != nil {
Expand Down

0 comments on commit 37fc279

Please sign in to comment.