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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to