Jackie-Jiang commented on a change in pull request #4635: Support ORC files as 
data source in segment creation
URL: https://github.com/apache/incubator-pinot/pull/4635#discussion_r328267184
 
 

 ##########
 File path: 
pinot-core/src/main/java/org/apache/pinot/core/data/recordtransformer/PinotDataType.java
 ##########
 @@ -355,6 +368,15 @@ public String toString(Object value) {
   }
 
   public Integer[] toIntegerArray(Object value) {
+    if (value instanceof List) {
 
 Review comment:
   You need to use the singleValueType to do the type conversion. Please refer 
to the code from line 383-390, and use the same naming convention

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


With regards,
Apache Git Services

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

Reply via email to