airborne12 commented on code in PR #48988:
URL: https://github.com/apache/doris/pull/48988#discussion_r1992507381
##########
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:
what's the meaning of GsonPostProcessable?
--
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]