27742775277627772778277927802781278227832784
for (int i = 0; i < updateRow.length; i++) { if (updateRow[i] == null) { updateRow[i] = current[i]; } } Value[] patch = row.readRow(updateRow); patchCurrentRow(patch); updateRow = null; } } catch (Exception e) { throw logAndConvert(e);