buchireddy commented on a change in pull request #4321: #4317 Feature/variable
length bytes offline dictionary for indexing bytes and string dicts.
URL: https://github.com/apache/incubator-pinot/pull/4321#discussion_r299692430
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/segment/index/loader/defaultcolumn/BaseDefaultColumnHandler.java
##########
@@ -311,12 +311,14 @@ protected void createColumnV1Indices(String column)
totalDocs, maxNumberOfMultiValueElements);
ColumnIndexCreationInfo columnIndexCreationInfo =
- new ColumnIndexCreationInfo(columnStatistics,
true/*createDictionary*/, ForwardIndexType.FIXED_BIT_COMPRESSED,
+ new ColumnIndexCreationInfo(columnStatistics, true/*createDictionary*/,
Review comment:
I'm passing `false` for 3rd parameter here.
I'll reformat using Pinot style now.
----------------------------------------------------------------
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]