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 2019/04/13 22:20:26 UTC

[GitHub] [incubator-druid] egor-ryashin commented on issue #7468: CASE with multiple types fails: Illegal mixing of types in CASE or COALESCE statement

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:
users@infra.apache.org


With regards,
Apache Git Services

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