danny0405 commented on code in PR #13213:
URL: https://github.com/apache/hudi/pull/13213#discussion_r2057034113
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/common/model/HoodieSparkRecord.java:
##########
@@ -89,6 +89,8 @@ public class HoodieSparkRecord extends
HoodieRecord<InternalRow> {
*/
private final transient StructType schema;
+ private Comparable<?> orderingValue;
Review Comment:
should we make it `transient` here, not sure Kyro serialization will ignore
this.
--
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]