Skip to content

Commit

Permalink
test(benchmarks): fix constructing large benchmark expression (#8883)
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs authored Apr 4, 2024
1 parent a696c70 commit bffaaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/tests/benchmarks/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def make_large_expr(base):
_timestamp=(src_table["_timestamp"] - src_table["_timestamp"] % 3600)
.cast("int32")
.name("_timestamp"),
valid_seconds=300,
valid_seconds=ibis.literal(300),
)

aggs = []
Expand Down

0 comments on commit bffaaa5

Please sign in to comment.