Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacAttack committed Aug 12, 2024
1 parent e7b6846 commit a32604f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void testWholeFieldUpdate() {
ByteBuffer writeComputeBytes1 = ByteBuffer.wrap(
MapOrderPreservingSerDeFactory.getSerializer(writeComputeSchema).serialize(updateFieldPartialUpdateRecord1));
MergeConflictResult mergeConflictResult = mergeConflictResolver.update(
null,
Lazy.of(() -> null),
rmdWithValueSchemaId,
writeComputeBytes1,
incomingValueSchemaId,
Expand Down

0 comments on commit a32604f

Please sign in to comment.