Skip to content

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 Changes to the physical-expr crates optimizer Optimizer rules core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) proto Related to proto crate functions Changes to functions implementation 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 Changes to functions implementation optimizer Optimizer rules physical-expr Changes to the physical-expr crates 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