chaoyli edited a comment on issue #4418: URL: https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099783
The right answer of query94 is ``` +-------------+---------------------+------------------+ | order count | total shipping cost | total net profit | +-------------+---------------------+------------------+ | 33 | 64554.35 | -3979.35 | +-------------+---------------------+------------------+ ``` But now the answer is ``` +-------------+---------------------+------------------+ | order count | total shipping cost | total net profit | +-------------+---------------------+------------------+ | 23 | 53594.6 | -10049.75 | +-------------+---------------------+------------------+ ``` ---------------------------------------------------------------- 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]
