wu-sheng commented on code in PR #9689:
URL: https://github.com/apache/skywalking/pull/9689#discussion_r980036466
##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/model/SQLDatabaseModelExtension.java:
##########
@@ -37,6 +39,12 @@ public class SQLDatabaseModelExtension {
//exclude the columns from the main table
private final List<ModelColumn> excludeColumns = new ArrayList<>(5);
+ @Setter
+ private boolean isShardingTable = false;
+ @Setter
+ @Getter
+ private Sharding sharding;
Review Comment:
Merge these two as `Optional<Sharding>`?
--
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]