qidaye commented on code in PR #48988:
URL: https://github.com/apache/doris/pull/48988#discussion_r1992569386
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Index.java:
##########
@@ -50,7 +51,7 @@
* Internal representation of index, including index type, name, columns and
comments.
* This class will be used in olap table
*/
-public class Index implements Writable {
+public class Index implements Writable, GsonPostProcessable {
Review Comment:
GsonPostProcessable can process more actions after read by GSON, so we can
initialize uniqueIds if it is null.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]