datafusion-ballista
datafusion-ballista copied to clipboard
Client side may fail to get job status after invoking execute_query()
Describe the bug
Due to #134, at the scheduler side, we can not ensure that the execution graph created or there's a job info persisted to the backend after the execute_query returned. Then there's a chance that the client fails to get job status.
To Reproduce
Expected behavior
Additional context