Jackie-Jiang opened a new pull request #7332:
URL: https://github.com/apache/pinot/pull/7332
## Description
- Infer the data type for `LiteralTransformFunction` so that the parent
transform function can read the correct data type
- Fix the data type handling for `CaseTransformFunction` and use `STRING`
type to handle non-numeric types
- For `BinaryOperatorTransformFunction`, use the lhs expression as the main
data type, and match rhs data type with lhs, e.g.
- stringCol > 123 will use string comparison
- intCol > '123' will use integer comparison
--
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]