Skip to content

Commit 4115b5c

Browse files
committed
chore: handle CI error
1 parent f4cd2db commit 4115b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/core/tests/memory_limit

datafusion/core/tests/memory_limit/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ async fn sort_merge_join_no_spill() {
200200
.with_expected_errors(vec![
201201
"Execution error: Additional allocation failed for SMJStream[partition=0] with top memory consumers (across reservations) as:
202202
SMJStream[partition=0]#ID(can spill: false) consumed x B, peak x B.
203-
Error: Failed to allocate additional x KB for SMJStream[partition=0] with x B already allocated for this reservation - x B remain available for the total pool. Disk spilling disabled.",
203+
Error: Failed to allocate additional x KB for SMJStream[partition=0] with x B already allocated for this reservation - x B remain available for the total pool",
204204
])
205205
.with_memory_limit(1_000)
206206
.with_config(config)

0 commit comments

Comments
 (0)