AnkitaAdvitot commented on issue #19338: URL: https://github.com/apache/pinot/issues/19338#issuecomment-5708555752
Opened PR #19586 to address the gaps: - Preserving typed `Timestamp[]` and `UUID[]` in `ArrayFunctions.arrayValueConstructor` - Enabling multi-value `BOOLEAN`, `BIG_DECIMAL`, `TIMESTAMP`, and `UUID` in `LiteralContext` and `toString()` - Mapping `UUID[].class` to `ColumnDataType.UUID_ARRAY` in `FunctionUtils` - Added test coverage in `LiteralContextTest`, `ArrayFunctionsTest`, and `FunctionUtilsTest` -- 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]
