hashmapinc / hashmapinc/Drillflow
DEV:LOG:Log get from store query returns logCurveInfo elements not present in original query
- Dominant language
- Java
- Stars
- 21
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Epic
#361 Log CRUD implementation
Bug:
When performing a get from store query for log with a reduced number of elements for logCurveInfo, the server returns more elements that requested.
Execute this query:
```xml
```
With minimal log header data and a reduced number of elements for the logCurveInfo. the server returns the following (note server return abridged to first log curve returned for brevity):
```xml
Well Energistics-well-0001
Wellbore Energistics-w1-wellbore-0001
Test_depth_log2
Avg TQ
0
kft.lbf
tqAv
-999.25
499.0
509.01
0.0
raw
double
```
(Note server return abridged to first log curve returned for brevity)
Expect to get mnemonic, unit, minIndex, maxIndex, curveDescription as requested, plus also expect to get typeLogData since it's mandatory in the schema (thought not part of the request).
Actual return contains more than requested.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.