[HUDI-4179] Cluster with sort cloumns invalid (#5739)
This commit is contained in:
@@ -68,7 +68,7 @@ public class RDDCustomColumnsSortPartitioner<T extends HoodieRecordPayload>
|
|||||||
if (recordValue == null) {
|
if (recordValue == null) {
|
||||||
return StringUtils.EMPTY_STRING;
|
return StringUtils.EMPTY_STRING;
|
||||||
} else {
|
} else {
|
||||||
return StringUtils.objToString(record);
|
return StringUtils.objToString(recordValue);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
true, outputSparkPartitions);
|
true, outputSparkPartitions);
|
||||||
|
|||||||
Reference in New Issue
Block a user