somandal commented on code in PR #10260:
URL: https://github.com/apache/pinot/pull/10260#discussion_r1107376842
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/ForwardIndexHandler.java:
##########
@@ -93,8 +93,10 @@ public class ForwardIndexHandler extends BaseIndexHandler {
private final Schema _schema;
protected enum Operation {
- DISABLE_FORWARD_INDEX_FOR_DICT_COLUMN,
- DISABLE_FORWARD_INDEX_FOR_RAW_COLUMN,
+ DISABLE_FORWARD_INDEX_FOR_DICT_OR_RAW_COLUMN,
Review Comment:
Let me look at the code and get back to you about the feasibility of doing
the above in steps
--
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]