You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "xiangfu0 (via GitHub)" <gi...@apache.org> on 2023/07/21 21:12:47 UTC

[GitHub] [pinot] xiangfu0 opened a new issue, #11150: [bug] [multistage] sum result type is not up scale

xiangfu0 opened a new issue, #11150:
URL: https://github.com/apache/pinot/issues/11150

   Seems that sum doesn't up type.
   
   Tested on MultistageEngineQuickStart, query is `SELECT SUM(DestAirportSeqID) FROM airlineStats`
   
   V2 response should return type `LONG` for `SUM(INT)`
   <img width="422" alt="image" src="https://github.com/apache/pinot/assets/1202120/77797340-777e-4d98-89dc-85aae81e2d02">
   
   This is V1 result:
   <img width="400" alt="image" src="https://github.com/apache/pinot/assets/1202120/5609916c-136f-404b-accf-80e73f721b15">
   


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


[GitHub] [pinot] xiangfu0 commented on issue #11150: [bug] [multistage] sum return type is not hoisted correctly

Posted by "xiangfu0 (via GitHub)" <gi...@apache.org>.
xiangfu0 commented on issue #11150:
URL: https://github.com/apache/pinot/issues/11150#issuecomment-1646278662

   https://github.com/apache/pinot/pull/11151


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