We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c02b1 commit 6e47284Copy full SHA for 6e47284
1 file changed
integration/parquet_store_gateway_test.go
@@ -17,14 +17,13 @@ import (
17
"github.com/thanos-io/thanos/pkg/block"
18
"github.com/thanos-io/thanos/pkg/block/metadata"
19
20
- cortex_testutil "github.com/cortexproject/cortex/pkg/util/test"
21
-
22
"github.com/cortexproject/cortex/integration/e2e"
23
e2ecache "github.com/cortexproject/cortex/integration/e2e/cache"
24
e2edb "github.com/cortexproject/cortex/integration/e2e/db"
25
"github.com/cortexproject/cortex/integration/e2ecortex"
26
"github.com/cortexproject/cortex/pkg/storage/bucket"
27
"github.com/cortexproject/cortex/pkg/util/log"
+ cortex_testutil "github.com/cortexproject/cortex/pkg/util/test"
28
)
29
30
func TestParquetBucketStore_ProjectionHint(t *testing.T) {
0 commit comments