sascha-coenen opened a new issue #9418: SQL: column references cannot be replaces by constants URL: https://github.com/apache/druid/issues/9418 ### Affected Version 0.16.0 and 0.17.0 ### Description The following query throws an exception. However if the LOOKUP is performed on a column reference, then it works even though the column would also just evaluate to a string value for each row. ``` SELECT LOOKUP('some', 'adtype_by_adtypeid') AS tst ```
---------------------------------------------------------------- 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]
