On Thu, Nov 3, 2022 at 12:11 PM Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> wrote: > + rec->field_mask |= info_arr[i].type; > rec->fields[i].offset = info_arr[i].off; > rec->fields[i].type = info_arr[i].type; I spent an hour to figure out that this hunk should have been in the previous commit. Sigh. Anyway, I fixed all the bugs I found in the patch 6 and pushed the first 6 patches, since we really need to make progress here quickly. Too many people are waiting on this set.