EOS_INSERT_DATA
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 39
- Forks
- 22
- Avg merge
- 10h 22m
- Merged PRs (30d)
- 3
Description
When setting EOSPAC_PRE_INVERT, we set EOS_INSERT_DATA=4 for all tables. This apparently introduces an artifact for tables that don't require inversion. It should be set to EOS_INSERT_DATA=1 for those tables.
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
Search the codebase for EOSPAC_PRE_INVERT and EOS_INSERT_DATA to find where the setting is applied. Trace how the code identifies tables that require inversion, then verify that inversion tables retain value 4 while other tables use value 1. Run the relevant existing test suite and confirm the artifact is absent for tables that do not require inversion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- hpc
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100