danny0405 commented on code in PR #13951:
URL: https://github.com/apache/hudi/pull/13951#discussion_r2365920159
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -222,6 +223,7 @@ public class HoodieTableMetadataUtil {
private static final int DECIMAL_MAX_PRECISION = 30;
private static final int DECIMAL_MAX_SCALE = 15;
+ private static final DeleteContext DELETE_CONTEXT = new
DeleteContext(CollectionUtils.emptyProps(),
HoodieMetadataRecord.getClassSchema()).withReaderSchema(HoodieMetadataRecord.getClassSchema());
Review Comment:
guess this is just a dummy context, the metadata payload has its own
isDelete logic.
--
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]