cheezman34 commented on issue #9018: HAVING in sql semijoins cannot see aggregated field URL: https://github.com/apache/incubator-druid/issues/9018#issuecomment-565159251 It does appear to work when I drop the alias from the innermost query, actually. ``` SELECT SUM("value"), "field3" FROM table2 GROUP BY "field3" HAVING SUM("value") > 100 ``` No exceptions there.
---------------------------------------------------------------- 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]
