Jackie-Jiang commented on code in PR #18408:
URL: https://github.com/apache/pinot/pull/18408#discussion_r3179102306
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/filter/FilterOperatorUtils.java:
##########
@@ -124,9 +124,11 @@ public BaseFilterOperator
getLeafFilterOperator(QueryContext queryContext, Predi
}
if (dataSource.getInvertedIndex() != null
&& queryContext.isIndexUseAllowed(dataSource,
FieldConfig.IndexType.INVERTED)) {
- // Use raw value inverted index filter operator for raw encoded
columns
+ // The legacy raw-value embedded-dictionary inverted index has been
removed; without a dictionary the
Review Comment:
Please add TODO on how to migrate, including the release number
--
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]