Skip to content

Commit f919d04

Browse files
committed
docs(tsdb): improve fill comment
1 parent 0bfb94d commit f919d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tsdb/influxdb/query_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func renderGroupBy(query *Query, queryContext *tsdb.QueryContext) string {
9595
}
9696

9797
if i > 0 && group.Type != "fill" {
98-
groupBy += ", " //fill is special. fill is a creep
98+
groupBy += ", " //fill is so very special. fill is a creep, fill is a weirdo
9999
} else {
100100
groupBy += " "
101101
}

0 commit comments

Comments
 (0)