luoyuxia commented on code in PR #1485:
URL: https://github.com/apache/fluss/pull/1485#discussion_r2269044245
##########
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:
No, we don't need. The whole tiering service is stateless, and the table
bucket write result is only for network transmission from tiering writer
operator to tiering commit operator which must be all old version or all new
version.
--
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]