siddharthteotia commented on code in PR #8648:
URL: https://github.com/apache/pinot/pull/8648#discussion_r866519077
##########
pinot-common/src/main/java/org/apache/pinot/common/utils/DataSchema.java:
##########
@@ -277,6 +277,10 @@ public ColumnDataType getStoredType() {
return LONG;
case JSON:
return STRING;
+ case BOOLEAN_ARRAY:
Review Comment:
What about BigDecimal ?
--
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]