steFaiz commented on code in PR #7889:
URL: https://github.com/apache/paimon/pull/7889#discussion_r3274454437


##########
paimon-common/src/main/java/org/apache/paimon/data/Blob.java:
##########
@@ -38,6 +38,31 @@
 @Public
 public interface Blob {
 
+    /**
+     * The placeholder blob, mainly for blob update in data-evolution. It 
should never be exposed to
+     * users.
+     */
+    Blob PLACE_HOLDER =

Review Comment:
   Thanks! I'll modify my code!



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