Address schema parsing bug for `array` type if `items` is null or missing & handle custom response code
1 unresolved thread
Addresses Issue: #28 (closed)
- Address schema parsing bug for
array
type ifitems
is null or missing. Indexer fails instead of skipping over the attribute.
Here is example of such attribute:
"Wellbores": {
"pattern": ".*U1A1NjA3MDM2Mzk5MzUy:.*",
"description": "The Well ID reference.",
"type": "array"
}
- Handle custom response code, as Indexer has few. Indexer throws exceptions otherwise.
Edited by Neelesh Thakur
Merge request reports
Activity
added Common Code label
@nthakur pls sync from master. I am ready to approve after the pipe is green.
- Resolved by Rostislav Dublin (EPAM)
@rostislav.dublin Please review
added 3 commits
-
b5e9528b...0b2f9a2d - 2 commits from branch
master
- 379581e7 - Merge branch 'master' into schema-array
-
b5e9528b...0b2f9a2d - 2 commits from branch
mentioned in commit 1eeebaef
mentioned in issue #28 (closed)
added MRBugfix label
changed milestone to %M8 - Release 0.11
Please register or sign in to reply