You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/16 00:05:52 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #8424: CAST after expression causes weird exception

Jackie-Jiang commented on issue #8424:
URL: https://github.com/apache/pinot/issues/8424#issuecomment-1100477167

   Scalar function is used in the following places:
   - Ingestion transform
   - Compile time evaluation of literal only function
   - Post aggregation transform
   - If transform function is not implemented for the same name, scalar function can be used as transform function (poor performance)
   
   For post aggregation transform and transform, if the result class for the scalar function is dynamic, we will treat it as `STRING`. In order to solve this problem, we need to add the support to derive the result type from the arguments' 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: commits-unsubscribe@pinot.apache.org

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


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