Closed viirya closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 34.15%. Comparing base (
033fe6f
) to head (9fb03f1
). Report is 13 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Seems negative ref count issue was fixed by previous commits revising array import/export.
lgtm thanks @viirya 1 minor why we have RUST_BACKTRACE enabled for ansi workflow test and disabled for regular one?
Thanks @comphead
I'm not sure about it. Maybe we have added it for debugging ansi workflow before?
Which issue does this PR close?
Closes #930.
Rationale for this change
We disabled Comet shuffle for Spark core-1 test because negative ref count issue reported by Java Arrow. After fixing memory issues and some changes to more follow C Data interface, we may re-enable Comet shuffle for Spark core-1 test in CI.
What changes are included in this PR?
How are these changes tested?