Skip to content

Commit d54e76f

Browse files
authored
[Rel v0.2] Migrate leftover Rel (#111)
1 parent 820799f commit d54e76f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rai/results_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ var primitiveTypeTests = []execTest{
236236
},
237237
{
238238
query: `
239-
def config:data="""
239+
def config[:data]: """
240240
a,b,c
241241
1,2,3
242242
4,5,6"""
243-
def csv = load_csv[config]
244-
def output(p) = csv(_, p, _)`,
243+
def csv { load_csv[config] }
244+
def output(p): csv(_, p, _)`,
245245
mdata: mdata("0.arrow", sig("output", vtype("rel:base:FilePos", Int64Type))),
246246
pdata: xdata("0.arrow", sig(Int64Type), [][]any{{int64(2), int64(3)}}),
247247
rdata: xdata("0.arrow", sig("output", Int64Type),
@@ -463,7 +463,7 @@ var constPrimitiveTypeTests = []execTest{
463463
rdata: xdata("0.arrow", sig("output", '👍'), row("output", '👍')),
464464
},
465465
{
466-
query: `def output { #(2021-10-12T01:22:31+10:00) }`,
466+
query: `def output { ::std::mirror::lift[2021-10-12T01:22:31+10:00] }`,
467467
mdata: mdata("0.arrow", sig("output",
468468
ctype("rel:base:DateTime", int64(63801184951000)))),
469469
pdata: xdata("0.arrow", sig(), row()),

0 commit comments

Comments
 (0)