suneet-s commented on issue #9792: URL: https://github.com/apache/druid/issues/9792#issuecomment-624148930
@erkdursun I think you can unblock yourself by changing your query from a left join to an inner join. Druid appears to produce consistent results if an inner join query is used. For your query, since you are joining a table with itself, I believe a left join should be identical to an inner join, thanks again for finding and reporting this bug. ---------------------------------------------------------------- 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]
