nizarhejazi commented on code in PR #8927:
URL: https://github.com/apache/pinot/pull/8927#discussion_r921821144


##########
pinot-core/src/main/java/org/apache/pinot/core/query/distinct/raw/RawDoubleSingleColumnDistinctOnlyExecutor.java:
##########
@@ -40,10 +42,15 @@ public boolean process(TransformBlock transformBlock) {
     int numDocs = transformBlock.getNumDocs();
     if (blockValueSet.isSingleValue()) {
       double[] values = blockValueSet.getDoubleValuesSV();
+      RoaringBitmap nullBitmap = blockValueSet.getNullBitmap();

Review Comment:
   Some distinct only, and distinct w/ order by classes share more code than 
others. We can keep it this way for now and add TODO to address later?



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