Skip to content

[#39] Fix AIM to treat missing pieces as empty and cross reference them too

Narayanan Iyer requested to merge nars1/YDBAIM:xref_non_existent_pieces into master
  • This commit addresses review comment (whose discussion starts at !21 (comment 647842228)). Pasting the description from that comment below.

  • If there are fewer pieces in the node value value than the number of bytes in pstr, then we still need to assign an empty-string as the cross reference value for the higher/missing piece numbers. Otherwise, we will miss out on cross referencing some nodes. An example of this issue can be found at YottaDB/DBMS/YDBOcto!898 (comment 647671922).

Merge request reports