Skip to content

Commit 469d204

Browse files
author
James Cor
committed
feedback and regen
1 parent 7fcfc07 commit 469d204

File tree

11 files changed

+10
-12
lines changed

11 files changed

+10
-12
lines changed

enginetest/plangen/cmd/plangen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func ParseSpec(path string) (PlanSpecs, error) {
9696

9797
func writeHeader(buf *bytes.Buffer, pkg string) {
9898
_, _ = fmt.Fprint(buf, "// Code generated by plangen.\n\n")
99-
_, _ = fmt.Fprint(buf, `// Copyright 2024-2025 Dolthub, Inc.
99+
_, _ = fmt.Fprint(buf, `// Copyright 2025 Dolthub, Inc.
100100
//
101101
// Licensed under the Apache License, Version 2.0 (the "License");
102102
// you may not use this file except in compliance with the License.

enginetest/queries/generated_column_plans.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enginetest/queries/imdb_plans.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enginetest/queries/index_query_plans.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enginetest/queries/integration_plans.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enginetest/queries/query_plan_script_tests.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enginetest/queries/query_plans.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enginetest/queries/script_queries.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@ type ScriptTestAssertion struct {
7979
// ExpectedColumns indicates the Name and Type of the columns expected; no other schema fields are tested.
8080
ExpectedColumns sql.Schema
8181

82-
// TODO: replace this with ExpectedPlan
8382
// The string representation of indexes that we expect to appear in the query plan
8483
ExpectedIndexes []string
8584

86-
// TODO: replace this with ExpectedPlan
8785
// For tests that perform join operations, JoinTypes can be set for the type of merge we expect to perform.
8886
JoinTypes []plan.JoinType
8987

enginetest/queries/sysbench_plans.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enginetest/queries/tpcc_plans.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)