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

From.{join => joins} + remove Option layer + Remove RelOps::try_fold #1208

Merged
merged 2 commits into from
May 7, 2024

Conversation

Centril
Copy link
Contributor

@Centril Centril commented May 7, 2024

Description of Changes

Some drive-by refactorings extracted from #1207 in the interest of smaller PRs.

  • The field From.join is renamed to joins and its Option layer is removed which is redundant as Vec can represent absence as well.
  • RelOps::try_fold is removed as it is dead code.

Best reviewed with whitespace changes ignored.

API and ABI breaking changes

None

Expected complexity level and risk

1

@Centril Centril requested review from mamcx and joshua-spacetime May 7, 2024 12:55
Copy link
Contributor

@mamcx mamcx left a comment

Choose a reason for hiding this comment

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

LGTM

@Centril Centril added this pull request to the merge queue May 7, 2024
Merged via the queue into master with commit 6dce129 May 7, 2024
7 checks passed
@Centril Centril deleted the centril/refactor-sql-from branch May 7, 2024 17:34
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