morningman commented on a change in pull request #2573: implements create drop
show index syntax for bitmap index [#2487]
URL: https://github.com/apache/incubator-doris/pull/2573#discussion_r361890569
##########
File path: fe/src/main/java/org/apache/doris/catalog/OlapTable.java
##########
@@ -111,6 +112,8 @@
private double bfFpp;
private String colocateGroup;
+
+ private List<Index> indexes;
Review comment:
Plz create a new Class, such as `TableIndexes`, not a bare `List<Index>`,
This is not easy to maintain if we want to add some other properties for
table's indexes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]