Skip to content

[WIP] chore: refactor Comparison out of QueryPlanSerde #2028

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CuteChuanChuan
Copy link

This is a work-in-progress implementation for issue #2019.

Following the pattern established in #2027 (math expressions) and #2026 (array expressions),
this PR refactors comparison expressions into a separate file.

Current progress:

  • ✅ Created comparisons.scala with ComparisonBase trait
  • ✅ Implemented CometGreaterThan as proof of concept
  • 🚧 TODO: Implement remaining comparison operators

- Create comparisons.scala following the pattern from math/array expressions.
- Implements CometGreaterThan as proof of concept for issue apache#2019.
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.

1 participant