Skip to content

Commit 48c5d99

Browse files
author
James Cor
committed
fix and regen
1 parent 37b3bd4 commit 48c5d99

File tree

3 files changed

+1224
-1205
lines changed

3 files changed

+1224
-1205
lines changed

enginetest/enginetests.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4773,9 +4773,9 @@ func TestTracing(t *testing.T, harness Harness) {
47734773
require.NoError(t, err)
47744774

47754775
spans := tracer.Spans
4776-
// TODO: restore TopN
47774776
var expectedSpans = []string{
4778-
"plan.Limit",
4777+
"plan.Limit", // why Limit if there's already TopN?
4778+
"plan.TopN",
47794779
"plan.Distinct",
47804780
"plan.Project",
47814781
"plan.IndexedTableAccess",

0 commit comments

Comments
 (0)