push
github
box: fix incorrect hashing of sequential JSON fields Previously, if JSON fields were in a row in memory, the 'tuple_field_row()' function was used, which was not able to correctly navigate through the nested JSON structure, which led to incorrect indexing in hash indexes. Now, if there are JSON paths, 'tuple_field_raw_by_part()' is always called for correct access to nested data, regardless of their sequence. Closes https://github.com/tarantool/tarantool/issues/11014 NO_DOC=bug fix (cherry picked from commit b77cce6aa)
63548 of 114902 branches covered (55.31%)
4 of 4 new or added lines in 1 file covered. (100.0%)
19 existing lines in 12 files now uncovered.94473 of 109740 relevant lines covered (86.09%)
1896673.42 hits per line