xiangfu0 opened a new issue, #19338: URL: https://github.com/apache/pinot/issues/19338
Follow-up from the review of #19247. Current gaps: - `ArrayFunctions.arrayValueConstructor` returns the generic `Object[]` fallback for TIMESTAMP and UUID elements instead of preserving `Timestamp[]` and `UUID[]`. - `LiteralContext` still rejects multi-value BOOLEAN, BIG_DECIMAL, and UUID values. The implementation should define the correct literal/wire and internal/external representations without weakening mixed-version compatibility, then add focused serde, broker-only, single-stage, and multi-stage query coverage for each supported type. -- 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]
