Skip to content

[Refactor] Audit and prune redundant planning enums #428

Description

@milindsrivastava1997

I audited possibly unnecessary enums. I am unclear on whether we need these enums right now

Enums

  • BoundaryKind?
  • CacheProfile?
  • SummaryWindowFramework::ExponentialHistogram and Extension(String)
  • EvaluationSchedule
  • QueryTimeScope
  • Predictability

Other simplifications to make

  1. Remove ExecutableOperator and the duplicated ExecutableDagNode.operator; derive the operator kind from ExecutableOperatorPayload
  2. Remove the planner-local CostUnit in favor of the shared CostUnit enum.
  3. Remove MaterializationMedium if no downstream consumer distinguishes memory, disk, and object-store materialization

Blocked by

None - can start immediately

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions