Jackie-Jiang commented on code in PR #8649:
URL: https://github.com/apache/pinot/pull/8649#discussion_r867209175
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/SegmentDictionaryCreator.java:
##########
@@ -345,6 +345,16 @@ public int[] indexOfMV(Object value) {
indexes[i] = _stringValueToIndexMap.getInt(multiValues[i]);
}
break;
+ case BIG_DECIMAL:
Review Comment:
We don't have MV big-decimal, so let's not add it for now. We can add it
when adding the MV support for it
--
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]