wu-sheng commented on a change in pull request #6249:
URL: https://github.com/apache/skywalking/pull/6249#discussion_r563474214



##########
File path: 
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/model/Model.java
##########
@@ -37,14 +39,16 @@
     private final boolean record;
     private final boolean superDataset;
     private final boolean isTimeSeries;
+    private final Set<Column.AnalyzerType> analyzer;
 
     public Model(final String name,
                  final List<ModelColumn> columns,
                  final List<ExtraQueryIndex> extraQueryIndices,
                  final int scopeId,
                  final DownSampling downsampling,
                  final boolean record,
-                 final boolean superDataset) {
+                 final boolean superDataset,
+                 final Set<Column.AnalyzerType> analyzer) {

Review comment:
       `List<ModelColumn> columns` should include the analyzer(s) already, we 
don't need to add this new parameter.




----------------------------------------------------------------
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]


Reply via email to