-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Describe the bug
Since changing the DataFusion dependency to a git dependency on a pinned revision of DataFusion in #1710 we have been experiencing regular but intermittent issues with CI in PR builds. We have seen the issue consistently when testing with Spark 4.0 and not other versions, and the issues have been specific to two unit tests - array_repeat and columnar shuffle with map.
In #1779, the array_repeat test was updated to be less memory intensive, and the columnar shuffle with map test was refactored to split it into 13 separate tests (one per datatype being tested). Since then the issue has happened much less frequently, but we saw it happen again in #1773 (comment).
There are no failing tests and we do not see any errors. The process appears to be killed. unit-tests.log is empty, so we have no information so far to help figure out the root cause.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response