Open alamb opened 2 years ago
i reproduce in my local.
@gaojun2048 i think this test_task_stuck_when_referenced_task_failed
UT will get error, is this your purpose?
I think it will return error in call collect()
, is there something i miss?
@gaojun2048 i think this
test_task_stuck_when_referenced_task_failed
UT will get error, is this your purpose? I think it will return error in callcollect()
, is there something i miss?
I'm sorry I replied too late. Yes, I have a pr about this issue : https://github.com/apache/arrow-datafusion/issues/1654 The problem appears in referenced_task failed, Before I submit this PR, the query will be stuck. After my PR is merged, the query will return to failure.
Describe the bug The following ballista test is failing (not sure when it started failing given the tests weren't run in CI until apache/arrow-datafusion#1839 )
To Reproduce Get the code from https://github.com/apache/arrow-datafusion/pull/1839 and run
Expected behavior Test should pass
Additional context Add any other context about the problem here.