Skip to content

Conversation

@mccanne
Copy link
Collaborator

@mccanne mccanne commented Oct 5, 2025

This commit cleans up the naming conventions in package dag, remove some unused code, and reorders some code to conform with alphabetical order of type names. All dag.Ops now have a suffix of "Op" or "Scan" and all dag.Exprs have a suffix of "Expr".

This is strictly a naming/style change and no logic is changed or introduced here.

Copy link
Member

@nwt nwt left a comment

Choose a reason for hiding this comment

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

This is the way.

Since I merged #6278 there's a logical conflict between this branch and main (it has a new reference to dag.Call that needs to become dag.CallExpr), so be sure to resolve that before you merge.

This commit cleans up the naming conventions in package dag, remove some
unused code, and reorders some code to conform with alphabetical order
of type names.  All dag.Ops now have a suffix of "Op" or "Scan" and all
dag.Exprs have a suffix of "Expr".

This is strictly a naming/style change and no logic is changed or
introduced here.
@mccanne mccanne merged commit 2a569b3 into main Oct 6, 2025
3 checks passed
@mccanne mccanne deleted the uniform-dag branch October 6, 2025 15:44
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