Implement json path updates for xflatten
Khatskevich opened this issue · 0 comments
Khatskevich commented
since we have nullable records, unions, maps, and arrays, one may want to update just some subelement of those complex types, however, it is impossible without json path.
The feature need to have two problems to be solved before it is implemented:
- json path updates in Tarantool (currently implementing)
- Some api changes. For now it is impossible to distinguish cases
- update subelement
- create subelement and its parent
- replace subelement and its parent