Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
59590: build,bazel: fix broken build r=rickystewart a=rickystewart

Update a few dependencies and add back an import that broke the build
when it was removed in `1c71e3e7c1a1e214994c7b815b61ca8fcc22a5f6`.

Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Jan 29, 2021
2 parents 7c1b990 + dd41696 commit f955d8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/colexec/crossjoiner_tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/col/typeconv"
"github.com/cockroachdb/cockroach/pkg/sql/colexec/execgen"
"github.com/cockroachdb/cockroach/pkg/sql/colexecbase/colexecerror"
"github.com/cockroachdb/cockroach/pkg/sql/types"
"github.com/cockroachdb/errors"
)

Expand Down
1 change: 1 addition & 0 deletions pkg/sql/opt/exec/explain/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ go_library(
"//pkg/roachpb",
"//pkg/sql/catalog/colinfo",
"//pkg/sql/catalog/descpb",
"//pkg/sql/inverted", # keep
"//pkg/sql/opt", # keep
"//pkg/sql/opt/cat",
"//pkg/sql/opt/constraint",
Expand Down
1 change: 1 addition & 0 deletions pkg/sql/opt/memo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ go_library(
"//pkg/sql/opt",
"//pkg/sql/opt/cat",
"//pkg/sql/opt/constraint",
"//pkg/sql/opt/invertedexpr", # keep
"//pkg/sql/opt/props",
"//pkg/sql/opt/props/physical",
"//pkg/sql/rowenc",
Expand Down

0 comments on commit f955d8d

Please sign in to comment.