A0R0P0I7T commented on code in PR #9927:
URL: https://github.com/apache/gravitino/pull/9927#discussion_r2789407605
##########
common/src/main/java/org/apache/gravitino/json/JsonUtils.java:
##########
@@ -1473,6 +1473,8 @@ public void serialize(Index value, JsonGenerator gen,
SerializerProvider seriali
}
gen.writeFieldName(INDEX_FIELD_NAMES);
gen.writeObject(value.fieldNames());
+ gen.writeFieldName("properties");
+ gen.writeObject(value.properties());
Review Comment:
Updated the `IndexDeserializer`
--
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]