Jackie-Jiang commented on a change in pull request #4585: Presence vector
URL: https://github.com/apache/incubator-pinot/pull/4585#discussion_r338318668
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/config/IndexingConfig.java
##########
@@ -239,6 +242,12 @@ public void setVarLengthDictionaryColumns(List<String>
varLengthDictionaryColumn
_varLengthDictionaryColumns = varLengthDictionaryColumns;
}
+ public boolean isNullHandlingEnabled() { return _nullHandlingEnabled; }
Review comment:
(Code style) Expand this into 3 lines
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]