egor-ryashin commented on issue #7468: CASE with multiple types fails: Illegal mixing of types in CASE or COALESCE statement URL: https://github.com/apache/incubator-druid/issues/7468#issuecomment-482894507 It works with MySQL: ```sql select (case datasource when datasource = 'wikipedia' then datasource else 0 end) from druid_segments limit 10; ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
