Jackie-Jiang commented on issue #6848:
URL: 
https://github.com/apache/incubator-pinot/issues/6848#issuecomment-828761546


   For a multi-valued column, the input array must have all the values in the 
same type because we use the type of the first element to determine the source 
array type.
   If the column type is multi-value STRING, we might be able to solve it by 
always using `toString()` for the type casting. But we should avoid having 
mixed type data in the same input array.
   I'll submit a fix for the `SanitizationTransformer` to use `toString()` for 
the type casting.


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