microsoft / microsoft/Power-Fx
New Patch overload
Open
Nobody has claimed this yet.
Needs Discussion
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
Patch(ds, table_of_rows, record_update)
All records in table_of_rows will be updated with data from record_update.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing Patch implementation and its overload tests, then compare how data sources, tables of rows, and record updates are handled. Done means the proposed Patch(ds, table_of_rows, record_update) form updates every row with the supplied record_update data and has coverage for the documented behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100