Skip to content

Commit bcf9bb5

Browse files
committed
update trace name
1 parent b0b6a85 commit bcf9bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/src/servers/http/v1/query/execute_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ impl ExecuteState {
417417
Ok(())
418418
}
419419

420-
#[fastrace::trace(name = "ExecuteState::execute")]
420+
#[fastrace::trace(name = "ExecuteState::pull_and_send")]
421421
async fn pull_and_send(
422422
interpreter: Arc<dyn Interpreter>,
423423
schema: DataSchemaRef,

0 commit comments

Comments
 (0)