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 2022/10/06 17:55:44 UTC

[GitHub] [druid] somu-imply commented on issue #13163: Join queries with order by clause doesn't work

somu-imply commented on issue #13163:
URL: https://github.com/apache/druid/issues/13163#issuecomment-1270473090

   I'll add the unit test. Seems like #13173 fixes this. The query under consideration is 
   ```
   select t1.__time 
   from foo as t1
   JOIN numFoo as t2
   on t1.dim2 = t2.dim2
   order by t1.__time ASC
   ```
   
   I'll update the unit test case with this query


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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