Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran committed Apr 7, 2021
1 parent dbe6215 commit 8009fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flux/stdlib/influxdata/influxdb/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ func (rule PushDownReadTagKeysRule) Rewrite(ctx context.Context, pn plan.Node) (
ReadRangePhysSpec: *fromSpec.Copy().(*ReadRangePhysSpec),
}), true, nil
}

// PushDownReadTagValuesRule matches 'ReadRange |> keep(columns: [tag]) |> group() |> distinct(column: tag)'.
// The 'from()' must have already been merged with 'range' and, optionally,
// may have been merged with 'filter'.
Expand Down

0 comments on commit 8009fe1

Please sign in to comment.