Skip to content

Commit

Permalink
Remove auto_number test (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
comnik authored Dec 8, 2023
1 parent c8efba1 commit 74ddab6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rai/results_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,6 @@ var primitiveTypeTests = []execTest{
rdata: xdata("0.arrow", sig("output", Int64Type),
[][]any{{"output", "output"}, {int64(2), int64(3)}}),
},
{
query: `def output = auto_number[1]`,
// TODO (dba) AutoNumber was incorrectly tagged as having an `Int64Type`. Until the change in the engine is in prod, we need to keep it as `nil`.
// mdata: mdata("0.arrow", sig("output", Int64Type,
// vtype("rel:base:AutoNumber", Uint64Type))),
pdata: xdata("0.arrow", sig(Int64Type, Uint64Type), nil), // value changes on each call
rdata: xdata("0.arrow", sig("output", Int64Type, Uint64Type), nil),
},
{
query: `def output = int[8, 12], int[8, -12]`,
mdata: mdata("0.arrow", sig("output", Int8Type, Int8Type)),
Expand Down

0 comments on commit 74ddab6

Please sign in to comment.