This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new e897a6d41 fix: compile issue after unsuccessful merge (#1402)
e897a6d41 is described below
commit e897a6d41991d9be56e2cd86ea57f8322eed490a
Author: Marko Milenković <[email protected]>
AuthorDate: Sun Jan 25 13:34:22 2026 +0000
fix: compile issue after unsuccessful merge (#1402)
---
examples/examples/standalone-substrait.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/examples/standalone-substrait.rs
b/examples/examples/standalone-substrait.rs
index 5548a9576..e0b917597 100644
--- a/examples/examples/standalone-substrait.rs
+++ b/examples/examples/standalone-substrait.rs
@@ -293,7 +293,7 @@ impl SubstraitSchedulerClient {
let mut prev_status: Option<job_status::Status> = None;
loop {
- let GetJobStatusResult { status } = scheduler
+ let GetJobStatusResult { status, .. } = scheduler
.get_job_status(GetJobStatusParams {
job_id: job_id.clone(),
})
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]