Skip to content

Commit bffaaa5

Browse files
authored
test(benchmarks): fix constructing large benchmark expression (ibis-project#8883)
Fixing build error: https://github.com/ibis-project/ibis/actions/runs/8541350879/job/23400454706
1 parent a696c70 commit bffaaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ibis/tests/benchmarks/test_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def make_large_expr(base):
8787
_timestamp=(src_table["_timestamp"] - src_table["_timestamp"] % 3600)
8888
.cast("int32")
8989
.name("_timestamp"),
90-
valid_seconds=300,
90+
valid_seconds=ibis.literal(300),
9191
)
9292

9393
aggs = []

0 commit comments

Comments
 (0)