hashmapinc / hashmapinc/Drillflow
Dev:Logs Validate 1.3.1.1 get from store that <columnIndex> is correctly ordered based on the data package.
Open
bug
- Dominant language
- Java
- Stars
- 21
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
When doing a get on a 1.3.1.1 log, the element for each logCurveInfo should represent its order in the data table.
For example, if the data table contains:
Mdepth,ROPA,TRQ_AVG
1000,12,43
1001,55,22
Then in the logCurveInfo for each curve, the columnIndex should read as follows:
Mdepth
...
1
...
ROPA
...
2
...
TRQ_AVG
...
3
...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.