datafusion-contrib / datafusion-contrib/datafusion-distributed

implement `replace_children` for all `ExecutinoPlan` implementations

Open
#657 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
Dominant language
Rust
Stars
139
Forks
67
Avg merge
3d 1h
Merged PRs (30d)
35

Description

See https://github.com/datafusion-contrib/datafusion-distributed/pull/540#discussion_r3810978939

with_new_children is being deprecated in favor of replace_children. We need to implement that for all our custom plan nodes.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read the linked pull request discussion first, then search the repository for custom plan-node implementations and their with_new_children methods. Replace the deprecated method with replace_children across those implementations and verify that all custom nodes compile and preserve their existing child-replacement behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
distributed-systems
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.