getChan commented on code in PR #13916:
URL: https://github.com/apache/datafusion/pull/13916#discussion_r1898303511
##########
datafusion/physical-plan/src/joins/hash_join.rs:
##########
@@ -3903,6 +3904,11 @@ mod tests {
err.to_string(),
"External error: Resources exhausted: Additional allocation
failed with top memory consumers (across reservations) as: HashJoinInput"
);
+
+ assert_contains!(
+ err.to_string(),
+ "Failed to allocate additional 120 bytes for HashJoinInput"
Review Comment:
before fix. `408`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]