voonhous commented on code in PR #17772:
URL: https://github.com/apache/hudi/pull/17772#discussion_r2660165516
##########
hudi-common/src/test/java/org/apache/hudi/common/testutils/reader/HoodieFileSliceTestUtils.java:
##########
@@ -310,7 +310,7 @@ public static HoodieLogFile createLogFile(
writer.appendBlock(dataBlock);
} else {
HoodieDeleteBlock deleteBlock =
- getDeleteBlock(records, header, schema, PROPERTIES,
keyToPositionMap);
+ getDeleteBlock(records, header,
HoodieSchema.fromAvroSchema(schema), PROPERTIES, keyToPositionMap);
Review Comment:
Entire call chain here can be made to use `HoodieSchema` too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]