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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to