chore(util/arrowtest): export arrowtest package (#18255)

pull/18258/head
Robert Fratto 10 months ago committed by GitHub
parent 8481b34dd5
commit 30ccf5172c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/dataobj/sections/logs/reader_test.go
  2. 2
      pkg/dataobj/sections/streams/reader_test.go
  3. 0
      pkg/util/arrowtest/arrowtest.go

@ -16,8 +16,8 @@ import (
"github.com/stretchr/testify/require"
"github.com/grafana/loki/v3/pkg/dataobj"
"github.com/grafana/loki/v3/pkg/dataobj/internal/util/arrowtest"
"github.com/grafana/loki/v3/pkg/dataobj/sections/logs"
"github.com/grafana/loki/v3/pkg/util/arrowtest"
)
// TestReader does a basic end-to-end test over a reader with a predicate applied.

@ -12,8 +12,8 @@ import (
"github.com/apache/arrow-go/v18/arrow/scalar"
"github.com/stretchr/testify/require"
"github.com/grafana/loki/v3/pkg/dataobj/internal/util/arrowtest"
"github.com/grafana/loki/v3/pkg/dataobj/sections/streams"
"github.com/grafana/loki/v3/pkg/util/arrowtest"
)
func TestReader(t *testing.T) {

Loading…
Cancel
Save