mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-12 16:32:16 +00:00
chore(flow): satisfy batching execution lint checks
Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -1293,10 +1293,12 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
type TestExecutionResult = crate::Result<Option<Arc<dyn crate::BatchingExecution>>>;
|
||||
|
||||
struct TestExecutionFactory {
|
||||
entered: Option<Arc<Notify>>,
|
||||
release: Option<Arc<Notify>>,
|
||||
result: std::sync::Mutex<Option<crate::Result<Option<Arc<dyn crate::BatchingExecution>>>>>,
|
||||
result: std::sync::Mutex<Option<TestExecutionResult>>,
|
||||
}
|
||||
|
||||
#[async_trait::async_trait]
|
||||
|
||||
@@ -1542,6 +1542,7 @@ impl BatchingTask {
|
||||
.await
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn gen_query_with_time_window_with_values(
|
||||
&self,
|
||||
engine: QueryEngineRef,
|
||||
|
||||
Reference in New Issue
Block a user