microsoft / microsoft/Power-Fx
Patch - Find record through LookUp call
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
Patch(table, base_record, record, ...)
Currently, Patch finds the base_record through a linear scan. Change IR to generate a LookUp call.
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 tracing the IR generation for Patch(table, base_record, record, ...), then compare it with the existing LookUp call generation. Confirm how the current linear scan locates base_record and identify the relevant tests or entry points in the repository. Done means Patch resolves base_record through a generated LookUp call without changing its expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100