Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql/catalog: rename ObjectDescriptor to Descriptor #49555

Merged

Conversation

ajwerner
Copy link
Contributor

We're trying to define Object as a member of a schema. Today that's not really
true because Objects are currently members of databases and not schemas but
we'll get there. Descriptor is the general term for all entities which are in
the catalog, resolvable by a name, and live in the descriptor table.

Release note: None

We're trying to define Object as a member of a schema. Today that's not really
true because Objects are currently members of databases and not schemas but
we'll get there. Descriptor is the general term for all entities which are in
the catalog, resolvable by a name, and live in the descriptor table.

Release note: None
@ajwerner ajwerner added the A-schema-descriptors Relating to SQL table/db descriptor handling. label May 26, 2020
@ajwerner ajwerner requested review from thoszhang and rohany May 26, 2020 16:25
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@ajwerner ajwerner added the C-cleanup Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior. label May 26, 2020
Copy link
Contributor

@thoszhang thoszhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 7 of 7 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@ajwerner
Copy link
Contributor Author

TFTR!

bors r=lucy-zhang,rohany

@craig
Copy link
Contributor

craig bot commented May 26, 2020

Build succeeded

@craig craig bot merged commit e3f2142 into cockroachdb:master May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-schema-descriptors Relating to SQL table/db descriptor handling. C-cleanup Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants