Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605099417



##########
File path: 
pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java
##########
@@ -439,27 +440,55 @@ public String toString(Object value) {
 
   SHORT_ARRAY,
 
+  PRIMITIVE_INT_ARRAY {

Review comment:
       `INTEGER_ARRAY` represents `Integer[]` while `PRIMITIVE_INT_ARRAY` 
represents `int[]`. The reason why we have to treat MV differently is because 
`Integer[]` and `int[]` cannot be auto casted in java.




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to