Skip to content

Commit 1419126

Browse files
candiduslynxdisqerezrokah
authored
chore(testdata): Deprecation notice (#812)
Follow-up for #811 --------- Co-authored-by: Kemal <[email protected]> Co-authored-by: Erez Rokah <[email protected]>
1 parent b54e5e1 commit 1419126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testdata/testdata.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ func GenTestData(sc *arrow.Schema, opts GenTestDataOptions) []arrow.Record {
246246
return records
247247
}
248248

249+
// GenTestDataV1 does approximately the same job as GenTestData, however, it's intended for simpler use-cases.
250+
// Deprecated: Will be removed in future release.
249251
func GenTestDataV1(table *schema.Table) schema.CQTypes {
250252
data := make(schema.CQTypes, len(table.Columns))
251253
for i, c := range table.Columns {

0 commit comments

Comments
 (0)