We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ee2f8 commit 6458139Copy full SHA for 6458139
schema/testdata.go
@@ -4,6 +4,7 @@ import (
4
"crypto/sha256"
5
"encoding/base64"
6
"fmt"
7
+ "math/rand"
8
"strconv"
9
"strings"
10
"time"
@@ -13,7 +14,6 @@ import (
13
14
"github.com/apache/arrow-go/v18/arrow/memory"
15
"github.com/cloudquery/plugin-sdk/v4/types"
16
"github.com/google/uuid"
- "golang.org/x/exp/rand"
17
)
18
19
// TestSourceOptions controls which types are included by TestSourceColumns.
0 commit comments