JingsongLi commented on code in PR #4736:
URL: https://github.com/apache/paimon/pull/4736#discussion_r1896626738


##########
paimon-core/src/main/java/org/apache/paimon/catalog/Identifier.java:
##########
@@ -53,19 +64,29 @@ public class Identifier implements Serializable {
 
     public static final String UNKNOWN_DATABASE = "unknown";
 
+    @JsonProperty(FIELD_DATABASE_NAME)
     private final String database;
+
     private final String object;

Review Comment:
   We should only serialize this object.



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