Skip to content

Commit

Permalink
fix: remove remove error on explain analyze select into clause
Browse files Browse the repository at this point in the history
Signed-off-by: ZelinMa557 <3388706467@qq.com>
  • Loading branch information
ZelinMa557 committed Jun 20, 2023
1 parent 2393287 commit 3bc564e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open_src/influx/coordinator/statement_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ func (e *StatementExecutor) executeExplainAnalyzeStatement(q *influxql.ExplainSt
stmt.OmitTime = true
ctx := tracing.NewContextWithTrace(ectx.Context, trace)
ctx = tracing.NewContextWithSpan(ctx, span)
ctx = context.WithValue(ctx, executor.WRITER_CONTEXT, ectx.PointsWriter)
span.AppendNameValue("statement", q.String())
span.Finish()

Expand Down

0 comments on commit 3bc564e

Please sign in to comment.