walterddr commented on issue #8424:
URL: https://github.com/apache/pinot/issues/8424#issuecomment-1099469841

   new finding is that 
   ```
   select 
     playerID, 
     cast((hits - runs) as long) AS hitMinusRun
   from baseballStats 
   ```
   will work. thus the CAST functionKind exist, just no impl for this in 
scalarFunction probably. will take a look at the fix


-- 
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