xiangfu0 commented on PR #13630: URL: https://github.com/apache/pinot/pull/13630#issuecomment-2232548249
> `boolean[]` should not flow into the segment creation engine. Its value should already be replaced with internal storage format within `DataTypeTransformer` Seems that the issue is type conversion of `toInternal()` for `BOOLEAN_ARRAY` and `TIMESTAMP_ARRAY` are missed. -- 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]
