[COMPASS-3439] library: handle missing fields Created: 04/Feb/19  Updated: 04/Mar/19  Resolved: 04/Mar/19

Status: Closed
Project: Compass
Component/s: schema.rs
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Irina Shestak (Inactive) Assignee: Irina Shestak (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Epic Link: COMPASS-3418
Story Points: 3
Sprint: Iteration Xiaolongbao, Iteration Yuca

 Description   

if parent_count - field_count > 0, some fields are missing. Create an Undefined type to add this information:

 

field.types["Undefined"] = {
  name: 'Undefined',          
  type: 'Undefined',          
  path: field.path,          
  count: parent_count - field_count        
};

 


Generated at Wed Feb 07 22:33:12 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.