luoyuxia commented on code in PR #2185:
URL: https://github.com/apache/fluss/pull/2185#discussion_r2646599259


##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/tiering/source/split/TieringSplitSerializer.java:
##########
@@ -74,6 +74,9 @@ public byte[] serialize(TieringSplit split) throws 
IOException {
             out.writeBoolean(false);
         }
 
+        // write force ignore
+        out.writeBoolean(split.isForceIgnore());

Review Comment:
   It doesn't matter since it's just used to do shuffle



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