nizarhejazi commented on code in PR #8927:
URL: https://github.com/apache/pinot/pull/8927#discussion_r921930370
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/docvalsets/ProjectionBlockValSet.java:
##########
@@ -50,6 +55,30 @@ public ProjectionBlockValSet(DataBlockCache dataBlockCache,
String column, DataS
_dataBlockCache = dataBlockCache;
_column = column;
_dataSource = dataSource;
+ _nullBitmapSet = false;
Review Comment:
_nullBitmap is null by default and after initialization it can be either
null or non-null. _nullBitmapSet is there to differentiate between _nullBitmap
is null and initialized vs. not-initialized.
--
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]