Skip to content

Commit

Permalink
sql/sem/tree: enforce that tree does not depend on catalog
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
ajwerner committed May 2, 2022
1 parent cc6aa33 commit a53fad6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/sem/tree/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,7 @@ disallowed_imports_test(
"//pkg/sql/sessiondata",
"//pkg/security",
],
disallowed_prefixes = [
"pkg/sql/catalog",
],
)

0 comments on commit a53fad6

Please sign in to comment.