diff --git a/executor.go b/executor.go index 9f0ee8dac..8b07f9c9c 100644 --- a/executor.go +++ b/executor.go @@ -785,9 +785,6 @@ func (e *executor) executeMaxShard(ctx context.Context, index string, c *pql.Cal // executeMaxRowShard returns the minimum row ID for a shard. func (e *executor) executeMaxRowShard(ctx context.Context, index string, c *pql.Call, shard uint64) (Pair, error) { - span, ctx := tracing.StartSpanFromContext(ctx, "Executor.executeMaxRowShard") - defer span.Finish() - fieldName, _ := c.Args["field"].(string) field := e.Holder.Field(index, fieldName) if field == nil {