JingsongLi commented on code in PR #4736:
URL: https://github.com/apache/paimon/pull/4736#discussion_r1896582072
##########
paimon-core/src/main/java/org/apache/paimon/schema/Schema.java:
##########
@@ -95,6 +113,31 @@ public String comment() {
return comment;
}
+ @JsonGetter(FIELD_FIELDS)
+ public List<DataField> getFields() {
Review Comment:
remove this and move JsonGetter to fields method.
--
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]