You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/04/07 15:10:25 UTC

[GitHub] [druid] FrankChen021 commented on issue #11072: Query regarding ingestion rules

FrankChen021 commented on issue #11072:
URL: https://github.com/apache/druid/issues/11072#issuecomment-814994076


   If you want to keep transaction id,  rollup should be disabled during ingestion. And sum of amount could be got by SQL as  
   ```
   SELECT SUM(Amount), userName FROM you_data_source GROUP BY userName
   ```


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

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



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