adarshsanjeev commented on code in PR #17493:
URL: https://github.com/apache/druid/pull/17493#discussion_r1851377136


##########
processing/src/main/java/org/apache/druid/segment/nested/ScalarDoubleColumn.java:
##########
@@ -50,18 +53,24 @@ public class ScalarDoubleColumn implements 
NestedCommonFormatColumn
       SemanticUtils.makeAsMap(ScalarDoubleColumn.class);
 
   private final FixedIndexed<Double> doubleDictionary;
+  private final Supplier<ColumnarInts> encodedValuesSupplier;
   private final ColumnarDoubles valueColumn;
-  private final ImmutableBitmap nullValueIndex;
+  private final ImmutableBitmap nullValueBitmap;

Review Comment:
   Since it's a bitmap, this seemed cleaner. If there's a reason it's called 
index, we don't need to rename this.



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