jasperjiaguo commented on code in PR #9420:
URL: https://github.com/apache/pinot/pull/9420#discussion_r980751241


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/datasource/MutableDataSource.java:
##########
@@ -57,12 +58,14 @@ private static class MutableDataSourceMetadata implements 
DataSourceMetadata {
     final int _numDocs;
     final int _numValues;
     final int _maxNumValuesPerMVEntry;
+    final int _cardinality;
     final PartitionFunction _partitionFunction;
     final Set<Integer> _partitions;
     final Comparable _minValue;
     final Comparable _maxValue;
 
     MutableDataSourceMetadata(FieldSpec fieldSpec, int numDocs, int numValues, 
int maxNumValuesPerMVEntry,
+        int cardinality,

Review Comment:
   Done



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

Reply via email to