Skip to content

sql: remove unnecessary internal planner constructor#155386

Draft
bghal wants to merge 1 commit intocockroachdb:masterfrom
bghal:remove-planner-constructor
Draft

sql: remove unnecessary internal planner constructor#155386
bghal wants to merge 1 commit intocockroachdb:masterfrom
bghal:remove-planner-constructor

Conversation

@bghal
Copy link
Copy Markdown
Contributor

@bghal bghal commented Oct 14, 2025

The removed, exported constructor didn't achieve anything by returning
an empty interface when callers can use the unexported struct without
casting.

Epic: none

Release note: None

@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@bghal bghal force-pushed the remove-planner-constructor branch 5 times, most recently from f4349a0 to 5065f50 Compare October 14, 2025 20:19
The removed, exported constructor didn't achieve anything by returning
an empty interface when callers can use the unexported struct without
casting.

Epic: none

Release note: None
@bghal bghal force-pushed the remove-planner-constructor branch from 5065f50 to f278741 Compare October 14, 2025 20:19
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.

2 participants