bziobrowski commented on PR #14833: URL: https://github.com/apache/pinot/pull/14833#issuecomment-2604954779
I've checked calcite code and it seems there are at least two options: - keep only functions that assume patterns are static and change function `signature` to allow string literal only - keep all function variants but reimplement similar to PolymorphicBinaryArithmeticScalarFunction, with literal information being used to choose implementation at runtime -- 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]
