Jackie-Jiang commented on code in PR #8927:
URL: https://github.com/apache/pinot/pull/8927#discussion_r922448609
##########
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:
What I meant is that assigning `false` to a member boolean in constructor is
redundant, but this is a nitpicking so can be ignored
--
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]