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: clean up some dependencies #79485

Merged
merged 2 commits into from
Apr 8, 2022
Merged

sql: clean up some dependencies #79485

merged 2 commits into from
Apr 8, 2022

Conversation

yuzefovich
Copy link
Member

@yuzefovich yuzefovich commented Apr 6, 2022

row: move Metrics struct into rowinfra

This allows us to break dependency of execinfra on row which speeds
up the build a bit.

Release note: None

colexecbase: move a single struct to clean up dependencies

This commit moves colexecbase.BinaryOverloadHelper into colexecutils
package in order to break the dependencies of colexecproj and
colexecprojconst packages on colexecbase. This will speed up the
build a bit.

Addresses: #79357.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich yuzefovich force-pushed the deps branch 2 times, most recently from 3ee8583 to 7ad6aaa Compare April 7, 2022 21:13
This allows us to break dependency of `execinfra` on `row` which speeds
up the build a bit.

Release note: None
This commit moves `colexecbase.BinaryOverloadHelper` into `colexecutils`
package in order to break the dependencies of `colexecproj` and
`colexecprojconst` packages on `colexecbase`. This will speed up the
build a bit.

Release note: None
@yuzefovich yuzefovich marked this pull request as ready for review April 8, 2022 01:14
@yuzefovich yuzefovich requested review from michae2 and a team April 8, 2022 01:14
Copy link
Contributor

@msirek msirek left a comment

Choose a reason for hiding this comment

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

Looking forward to faster builds!
:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @michae2)

@yuzefovich
Copy link
Member Author

I'm looking forward to that glorious future too 🤞

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Apr 8, 2022

Build succeeded:

@craig craig bot merged commit dbbe9ed into cockroachdb:master Apr 8, 2022
@yuzefovich yuzefovich deleted the deps branch April 8, 2022 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants