HansFranzHaase commented on issue #10090:
URL: https://github.com/apache/druid/issues/10090#issuecomment-1077868272


   I am a bit late, but had the same problem.
   Currently it works also with only the inner part:
   ```sql
   select count(*) as c from events where type='the event'
   union all
   select 0 as c from events limit 1
   ```
   Thanks @cosmin-mogos for also providing the workaround!


-- 
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.

To unsubscribe, e-mail: [email protected]

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