danny0405 commented on code in PR #17668:
URL: https://github.com/apache/hudi/pull/17668#discussion_r2641884398


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieMergedLogRecordScanner.java:
##########
@@ -282,6 +285,13 @@ protected void processNextDeletedRecord(DeleteRecord 
deleteRecord) {
 
       Comparable curOrderingVal = 
oldRecord.getOrderingValue(this.readerSchema, 
this.hoodieTableMetaClient.getTableConfig().getProps());
       Comparable deleteOrderingVal = deleteRecord.getOrderingValue();
+      if (curOrderingVal instanceof Utf8){

Review Comment:
   @yihua this is a PR for 0.x-branch, should be a critical fix though.



-- 
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]

Reply via email to