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

Deprecate LexOrderingRef and LexRequirementRef #13205

Closed
wants to merge 18 commits into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 31, 2024

Draft as it builds on #13146

Which issue does this PR close?

Closes #.

Rationale for this change

Nnow that LexOrdering and LexRequirement are actual structs thanks to @ngli-me and @berkaysynnada on #13146, we can refer to their references as &LexOrdering and &LexRequirement directly rather than going through a type alias.

This is significantly less confusing than the current situation where we have both LexOrdering and LexOrderingRef and LexRequirement and LexRequirementRef

Changes:

  1. Deprecate LexOrderingRef and LexRequirementRef
  2. Update all references to use &LexOrdering and &LexRequirement directly

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added physical-expr Physical Expressions optimizer Optimizer rules core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) proto Related to proto crate functions labels Oct 31, 2024
@alamb
Copy link
Contributor Author

alamb commented Nov 1, 2024

Will break this PR up to make it smaller

@alamb alamb closed this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate functions optimizer Optimizer rules physical-expr Physical Expressions proto Related to proto crate sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants