Skip to content

Commit 1a0a563

Browse files
committed
Actually do use the sorting order that I had intended
1 parent 739be42 commit 1a0a563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/firedb/schemas/v1/profiles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ func (*ProfilePersister) Schema() *parquet.Schema {
8383

8484
func (*ProfilePersister) SortingColumns() SortingColumns {
8585
return parquet.SortingColumns(
86-
parquet.Ascending("TimeNanos"),
8786
parquet.Ascending("SeriesRefs"),
87+
parquet.Ascending("TimeNanos"),
8888
parquet.Ascending("ID"),
8989
)
9090
}

0 commit comments

Comments
 (0)