7Luma opened a new issue, #13163:
URL: https://github.com/apache/druid/issues/13163

   Hi!
   Join queries with order by clause doesn't work
   
   ### Affected Version
   
   0.23.0, 0.24.0
   
   ### Description
   
   Queries like (with join and order by clause):
   ```
   SELECT "T1"."__time"
   FROM "SomeTableA" AS "T1"
   JOIN "SomeTableB" AS "T2"
   ON "T1"."A" = "T2"."B"
   ORDER BY "T1"."__time" ASC
   ```
   Doesn't work at 0.23.0 and 0.24.0 versions of Druid (but works at 0.22.0).
   "Doesn't work" means that query processing ends with exception on broker 
node:
   ```
   Error: Unknown exception
   Cannot convert query parts into an actual query
   org.apache.druid.sql.calcite.rel.CannotBuildQueryException
   ```
   More detailed log here:
   [broker.log](https://github.com/apache/druid/files/9686541/broker.log)
   


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