mingmwang commented on a change in pull request #1810: URL: https://github.com/apache/arrow-datafusion/pull/1810#discussion_r804497703
########## File path: ballista/rust/executor/src/executor_server.rs ########## @@ -214,8 +203,8 @@ impl ExecutorServer { } // TODO with real state - async fn get_executor_state(&self) -> ExecutorState { - ExecutorState { + async fn get_executor_state(&self) -> SExecutorState { + SExecutorState { available_memory_size: u64::MAX, } } Review comment: Why this method is async ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org