xx789633 commented on code in PR #1485:
URL: https://github.com/apache/fluss/pull/1485#discussion_r2269020908
##########
fluss-flink/fluss-flink-common/src/main/java/com/alibaba/fluss/flink/tiering/source/TableBucketWriteResultSerializer.java:
##########
@@ -65,6 +65,7 @@ public byte[] serialize(TableBucketWriteResult<WriteResult>
tableBucketWriteResu
if (tableBucket.getPartitionId() != null) {
out.writeBoolean(true);
out.writeLong(tableBucket.getPartitionId());
+ out.writeUTF(tableBucketWriteResult.partitionName());
Review Comment:
Do we need to consider compatibility here? The partition id is not null,
while partition name is null.
--
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]